commit | 99f4b43641f72eea1962851fff8f92a6093ea4ff | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Oct 27 11:59:35 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Oct 27 11:59:35 2015 +0600 |
tree | d5d07d58bc6919305a0e73f643809511ab337494 | |
parent | fdeab29e94609da6afe82302e2708ec0b95d2e8e [diff] [blame] |
bumped to version 6.6.5
diff --git a/setup.py b/setup.py index 1934282..c673dc3 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.6.4" +version = "6.6.5" with open("requirements.txt", "r") as f: install_requires = f.readlines()