commit | 1a8d4b6ea769aafe4d8a2a4d0db749779e9c8725 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Nov 06 12:15:09 2015 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Nov 06 12:15:09 2015 +0600 |
tree | 4b37f391c3dc91869fc1b151ce7d22f3660d3431 | |
parent | 97426776bd36c4236ad8dec75e66c6d64241d902 [diff] [blame] |
bumped to version 6.7.4
diff --git a/setup.py b/setup.py index bcf7177..f52983d 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.7.3" +version = "6.7.4" with open("requirements.txt", "r") as f: install_requires = f.readlines()