commit | 4e81e4065b924aa49d5e1bd396c890db0334dcfb | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Mon Sep 29 16:10:04 2014 +0600 |
committer | Pratik Vyas <m@pd.io> | Mon Sep 29 16:10:04 2014 +0600 |
tree | 2eb04691bcee1c143cbd379b4c1194dfbb81ab9f | |
parent | 81332789cb7672003e649651d723bf28a1896a9e [diff] [blame] |
bumped to version 4.5.1
diff --git a/setup.py b/setup.py index 1e7adf6..681b6f7 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.5.0" +version = "4.5.1" with open("requirements.txt", "r") as f: install_requires = f.readlines()