commit | a9eae0b424eba8155252a6ca9d591540c94a5530 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Wed Feb 11 13:37:59 2015 +0600 |
committer | Pratik Vyas <m@pd.io> | Wed Feb 11 13:37:59 2015 +0600 |
tree | 7c23d18fa80d08c59154ebf63d38b8d1ecd2d80d | |
parent | c3fc490d53dec9876e3b436b76984cd58612d048 [diff] [blame] |
bumped to version 4.21.4
diff --git a/setup.py b/setup.py index 80e3155..603a13e 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.21.3" +version = "4.21.4" with open("requirements.txt", "r") as f: install_requires = f.readlines()