File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ def readme():
1717 packages = find_packages (exclude = ['tests' ]),
1818 zip_safe = False ,
1919 classifiers = [
20- 'Development Status :: 4 - Beta ' ,
20+ 'Development Status :: 5 - Production/Stable ' ,
2121 'License :: OSI Approved :: MIT License' ,
2222 'Programming Language :: Python' ,
2323 'Programming Language :: Python :: 2.7' ,
24+ 'Programming Language :: Python :: 3.4' ,
2425 ],
2526 install_requires = [
2627 'requests==2.7.0' ,
Original file line number Diff line number Diff line change 22import os
33
44__title__ = 'Syncano Python'
5- __version__ = '5.4.1 '
6- __author__ = "Daniel Kopka, Michal Kobus, and Sebastian Opalczynski"
5+ __version__ = '5.4.2 '
6+ __author__ = "Daniel Kopka, Michal Kobus and Sebastian Opalczynski"
77__credits__ = ["Daniel Kopka" ,
88 "Michal Kobus" ,
99 "Sebastian Opalczynski" ]
You can’t perform that action at this time.
0 commit comments