commit | 8e2d76bd6311e7f957d47ba824f2d8f2196d79db | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Nov 16 17:12:56 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Nov 16 17:12:56 2015 +0600 |
tree | 8f04f39ce6ea10257845aeea1830afa737c9bcee | |
parent | 34af16140ec4bdae884def62640d53a7288c87eb [diff] [blame] |
bumped to version 6.9.0
diff --git a/setup.py b/setup.py index 51dd9e4..600693f 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.8.4" +version = "6.9.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()