commit | afd3209017880bdb45f1c4699bf590f7904bb114 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Nov 05 11:21:31 2015 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Nov 05 11:21:31 2015 +0600 |
tree | 06a8a3a9e45492692b0b7b88820e0cc4d2caf677 | |
parent | c541b87bb92c4dae6c3222b551b68d22ff0ac886 [diff] [blame] |
bumped to version 6.7.1
diff --git a/setup.py b/setup.py index a262ef6..f795a66 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.7.0" +version = "6.7.1" with open("requirements.txt", "r") as f: install_requires = f.readlines()