commit | 14ac8f71b706797aac23d77f10c06c7dc23c2172 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Fri Sep 19 15:16:07 2014 +0600 |
committer | Pratik Vyas <m@pd.io> | Fri Sep 19 15:16:07 2014 +0600 |
tree | 11bc76c18fa8b23129000c355c5af07498555188 | |
parent | 6a92d5138386a1ae725fc7a20a6a058386b1aa2a [diff] [blame] |
bumped to version 4.4.2
diff --git a/setup.py b/setup.py index 855c523..60a6d2f 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.4.1" +version = "4.4.2" with open("requirements.txt", "r") as f: install_requires = f.readlines()