commit | 6a7edd32aa4770dfa7a1bd92514d3532e78d39e0 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Nov 04 18:48:07 2015 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Nov 04 18:48:07 2015 +0600 |
tree | 21fa7fd471e9f11d129efda27fd9c653fc82f7bb | |
parent | fc307970aa3e4b0a9d96918086ead752aca2dbe1 [diff] [blame] |
bumped to version 6.7.0
diff --git a/setup.py b/setup.py index 77cd04f..a262ef6 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.6.7" +version = "6.7.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()