commit | 9bdd1aa1ede6d6a2cdcd983d4ae19a5898f4c9d0 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jun 11 16:44:48 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jun 11 16:44:48 2015 +0600 |
tree | 967116c6bc90264385e5fb6befeee789bb5e4740 | |
parent | d0df28bfa02dd76753710efc26a0022116270856 [diff] [blame] |
bumped to version 5.0.21
diff --git a/setup.py b/setup.py index 01425c2..9fe6e2f 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.0.20" +version = "5.0.21" with open("requirements.txt", "r") as f: install_requires = f.readlines()