commit | e539297e53e214fcbb05256db69aeb214c042e34 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Thu Sep 18 14:49:14 2014 +0600 |
committer | Pratik Vyas <m@pd.io> | Thu Sep 18 14:49:14 2014 +0600 |
tree | 6b8521163bee4a73a3fd3aeb44f0236dda881796 | |
parent | bbc3d015a3894c8811053ebe82cdaf97617bd005 [diff] [blame] |
bumped to version 4.4.1
diff --git a/setup.py b/setup.py index 70174bd..855c523 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.4.0" +version = "4.4.1" with open("requirements.txt", "r") as f: install_requires = f.readlines()