commit | 275b3eec0dbaef4f895c187ce118cb690dc211c7 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Dec 03 18:28:57 2015 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Dec 03 18:28:57 2015 +0600 |
tree | 8ce6ce1a246bfe0d60c446c2cfab96b932c12f5d | |
parent | acaef538c2e113aef87e0e5ef2f482fde20f0513 [diff] [blame] |
bumped to version 6.12.3
diff --git a/setup.py b/setup.py index ffaee6b..66d4dcc 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.12.2" +version = "6.12.3" with open("requirements.txt", "r") as f: install_requires = f.readlines()