commit | 169089bdde5e2bb66493cc0aa9b491d6567f41b7 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Nov 06 11:19:53 2015 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Nov 06 11:19:53 2015 +0600 |
tree | be731bb8fdc798a120f1b97acb09ec8b557cd415 | |
parent | c14f80838b6c0d4151bea7c6b29cd8943dca8493 [diff] [blame] |
bumped to version 6.7.3
diff --git a/setup.py b/setup.py index 0150873..bcf7177 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.7.2" +version = "6.7.3" with open("requirements.txt", "r") as f: install_requires = f.readlines()