commit | dda239fd49c716f2f4c1b380724c871ceec6b58a | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Thu Oct 30 14:52:17 2014 +0600 |
committer | Pratik Vyas <m@pd.io> | Thu Oct 30 14:52:17 2014 +0600 |
tree | 2bc1ca8a2995c19154523d86fc540d2fe05cbb44 | |
parent | b86a6ce26ac85a574d136348b7f4bf49c7e86b33 [diff] [blame] |
bumped to version 4.9.2
diff --git a/setup.py b/setup.py index 5bdcc94..4abed79 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.9.1" +version = "4.9.2" with open("requirements.txt", "r") as f: install_requires = f.readlines()