commit | 37c6ce7b1eed954932adf5a61c8ad4783455e7f2 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jul 02 18:28:40 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jul 02 18:28:40 2015 +0600 |
tree | d7091f06a8244032072cd152c3bc9941f29ec00a | |
parent | 7028ba507e9efe1cc69666ebdbe26f481db99568 [diff] [blame] |
bumped to version 5.1.2
diff --git a/setup.py b/setup.py index 774c07b..8820356 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.1.1" +version = "5.1.2" with open("requirements.txt", "r") as f: install_requires = f.readlines()