bumped to version 5.1.0

This commit is contained in:
Nabin Hait
2015-07-02 15:58:49 +06:00
parent 784b49e54e
commit bc176b6bf8
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = "5.0.29"
version = "5.1.0"
with open("requirements.txt", "r") as f:
install_requires = f.readlines()