bumped to version 6.5.0

This commit is contained in:
Anand Doshi
2015-10-19 17:00:33 +06:00
parent 76e9ba1e76
commit 16b2c51988
3 changed files with 3 additions and 3 deletions

View File

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