commit | 9a38e669ef404688a49b6501f90210575d7cc4c6 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Jul 06 16:02:32 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Jul 06 16:02:32 2015 +0600 |
tree | cdfc69ea5266bf0dc5de99caf5283cef4585dda9 | |
parent | 143f2c6faf1fe5aa986c64534c393630106a904c [diff] [blame] |
bumped to version 5.1.3
diff --git a/setup.py b/setup.py index 8820356..a0e3f14 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.1.2" +version = "5.1.3" with open("requirements.txt", "r") as f: install_requires = f.readlines()