commit | e0a8f2d859b4b7d1e7b12f69b6abbca61811288d | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Mon Feb 09 19:04:23 2015 +0600 |
committer | Pratik Vyas <m@pd.io> | Mon Feb 09 19:04:23 2015 +0600 |
tree | f561c82f311c8175b2b90e70505847b4e5d5cae9 | |
parent | fcca772383b6ccdf6ce9cf05327b058bbd70c9f8 [diff] [blame] |
bumped to version 4.21.3
diff --git a/setup.py b/setup.py index 2c17234..80e3155 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.21.2" +version = "4.21.3" with open("requirements.txt", "r") as f: install_requires = f.readlines()