commit | 0d7213122ada0178bce6e28a267f76fe6a91110d | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Nov 06 17:24:17 2015 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Nov 06 17:24:17 2015 +0600 |
tree | ff73456655816a33c0ef6e9898ed166c65f5a4b9 | |
parent | 4268b0092ab8b05aa78cb2a5a6a8ef546dde7592 [diff] [blame] |
bumped to version 6.7.5
diff --git a/setup.py b/setup.py index f52983d..a5f9aac 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.7.4" +version = "6.7.5" with open("requirements.txt", "r") as f: install_requires = f.readlines()