commit | 0d5850122949fb4e91b6ef7764516ccd3ed94ecf | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Nov 06 11:11:06 2015 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Nov 06 11:11:06 2015 +0600 |
tree | 393f3e2e7cbccbffb22c85f4f88c78890478feea | |
parent | 7c654cd1bb3ac612f349a489cd68eef600232f5f [diff] [blame] |
bumped to version 6.7.2
diff --git a/setup.py b/setup.py index f795a66..0150873 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.7.1" +version = "6.7.2" with open("requirements.txt", "r") as f: install_requires = f.readlines()