Skip to content

Commit f9723dc

Browse files
authored
Merge pull request #241 from Syncano/release-v5.4.2
[RELEASE v5.4.2] bump version; correct package information;
2 parents f1c5a52 + 692e0fe commit f9723dc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

syncano/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import 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"]

0 commit comments

Comments
 (0)