0.6.0 - More pythonic. Change methods

This commit is contained in:
Mardix
2015-06-03 13:33:05 -04:00
parent f24e029b55
commit b4fea20d4d
4 changed files with 111 additions and 87 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ from setuptools import setup, find_packages
__NAME__ = "Flask-CloudStorage"
__version__ = "0.5.1"
__version__ = "0.6.0"
__author__ = "Mardix"
__license__ = "MIT"
__copyright__ = "2015"