commit | 43f627a83ab78acd42e02e28ef6046145efacbfd | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Thu Feb 05 16:14:06 2015 +0600 |
committer | Pratik Vyas <m@pd.io> | Thu Feb 05 16:14:06 2015 +0600 |
tree | 435368ed170a2bba55f5fea1c67407d46c0b56b4 | |
parent | d0b3a3734e586f82b14ebe95e212725c73f6bbba [diff] [blame] |
bumped to version 4.21.1
diff --git a/setup.py b/setup.py index aa408de..d87fb62 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.21.0" +version = "4.21.1" with open("requirements.txt", "r") as f: install_requires = f.readlines()