commit | 6385967ccd82737ba052501bbee7f534c1061271 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jul 02 17:03:52 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jul 02 17:03:52 2015 +0600 |
tree | 690482ca87e24492a6466cb90f0969c0e793ee94 | |
parent | 81a977cacf1c26d1c6edec35fdabb0127cd432d5 [diff] [blame] |
bumped to version 5.1.1
diff --git a/setup.py b/setup.py index 0694a82..774c07b 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.1.0" +version = "5.1.1" with open("requirements.txt", "r") as f: install_requires = f.readlines()