Skip to content

Commit

Permalink
Merge pull request #241 from Syncano/release-v5.4.2
Browse files Browse the repository at this point in the history
[RELEASE v5.4.2] bump version; correct package information;
  • Loading branch information
opalczynski authored Sep 12, 2016
2 parents f1c5a52 + 692e0fe commit f9723dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ def readme():
packages=find_packages(exclude=['tests']),
zip_safe=False,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
],
install_requires=[
'requests==2.7.0',
Expand Down
4 changes: 2 additions & 2 deletions syncano/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import os

__title__ = 'Syncano Python'
__version__ = '5.4.1'
__author__ = "Daniel Kopka, Michal Kobus, and Sebastian Opalczynski"
__version__ = '5.4.2'
__author__ = "Daniel Kopka, Michal Kobus and Sebastian Opalczynski"
__credits__ = ["Daniel Kopka",
"Michal Kobus",
"Sebastian Opalczynski"]
Expand Down

0 comments on commit f9723dc

Please sign in to comment.