bumped to version 6.6.2

This commit is contained in:
Anand Doshi
2015-10-22 20:06:09 +06:00
parent 0b93bdcf40
commit b64b461d53
3 changed files with 3 additions and 3 deletions

View File

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