commit | 4c502bcd2666c9a14a886d51a077a22291b01560 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Oct 07 15:10:32 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Oct 07 15:10:32 2015 +0600 |
tree | 43c97c8a7c6765fbec70be2b5e294a127fe354d8 | |
parent | 714948c8675823b58e16b2873a5c879c8afc1074 [diff] [blame] |
bumped to version 6.4.5
diff --git a/setup.py b/setup.py index 21f5b56..7670f39 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.4.4" +version = "6.4.5" with open("requirements.txt", "r") as f: install_requires = f.readlines()