commit | 663bfeacf41165bd845fedfbdc7ce64371f7e409 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Tue Oct 14 18:04:01 2014 +0600 |
committer | Pratik Vyas <m@pd.io> | Tue Oct 14 18:04:01 2014 +0600 |
tree | 53c23f711496b82706a50186ca073c63256b6f10 | |
parent | e918ebd721bc24277f504e81e9afdf9d5a6cede7 [diff] [blame] |
bumped to version 4.6.2
diff --git a/setup.py b/setup.py index 204d833..34207e8 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.6.1" +version = "4.6.2" with open("requirements.txt", "r") as f: install_requires = f.readlines()