Bumped to v4.1.0

This commit is contained in:
Anand Doshi 2014-06-30 12:09:22 +05:30
parent 1804f7133d
commit 2b31bb4af6
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
__version__ = "4.0.1"
__version__ = "4.1.0"

View file

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
version = "4.0.1"
version = "4.1.0"
with open("requirements.txt", "r") as f:
install_requires = f.readlines()