commit | 3832e1f9be5dd0311684766a122d95f8fca9cd77 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jul 30 12:27:53 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jul 30 12:27:53 2015 +0600 |
tree | 6d19ba11592e3688ddb0d0b21a509f83a39b0234 | |
parent | 67079d292c7f2915da5b0a8ec228035cd71c7cde [diff] [blame] |
bumped to version 5.4.0
diff --git a/setup.py b/setup.py index 8e50ecd..30e3aad 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.3.1" +version = "5.4.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()