commit | 1c9a7d2a1b9be225596c9b84229d8f5ac72d3f10 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jul 16 17:45:40 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jul 16 17:45:40 2015 +0600 |
tree | b00e9b161da2a07d878f4094ccc62d2ba44ab96f | |
parent | 972f2f9194d2bfca728fc927adbf7349c008295f [diff] [blame] |
bumped to version 5.2.0
diff --git a/setup.py b/setup.py index e7702e4..610b284 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.1.6" +version = "5.2.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()