bumped to version 5.0.29

This commit is contained in:
Nabin Hait
2015-06-27 13:39:05 +06:00
parent 2f11a3bdaf
commit 64ca52fb77
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = "5.0.28"
version = "5.0.29"
with open("requirements.txt", "r") as f:
install_requires = f.readlines()