commit | 228ff87ea22cc1592496b1129d32609d6a43cfe9 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Jul 27 16:25:56 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Jul 27 16:25:56 2015 +0600 |
tree | c913f6b534576e89a21e025ed621e631127216fd | |
parent | 8d8655e1cdb4fca6e661907acb21ab96d8302b2a [diff] [blame] |
bumped to version 5.3.0
diff --git a/setup.py b/setup.py index 9cb39e1..020dfa3 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.2.1" +version = "5.3.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()