change version to v5.0.0-beta

This commit is contained in:
Pratik Vyas
2015-03-17 11:22:16 +05:30
parent 768b018561
commit 52c5121ecd
3 changed files with 3 additions and 3 deletions

View File

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