Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dstegelman committed Jun 22, 2016
1 parent 5a098cb commit 4fba7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


setup(name='rocket-python',
version='0.1',
version='1.0',
description="RocketChat API with Python",
long_description=open("README.md", "r").read(),
classifiers=[
Expand All @@ -24,6 +24,6 @@
include_package_data=True,
zip_safe=False,
install_requires=[
'requests==2.0.0,<3.0'
'requests>=2.0.0,<3.0'
]
)

0 comments on commit 4fba7ba

Please sign in to comment.