Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred82santa committed Apr 26, 2017
1 parent 2e56c5d commit e433b91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dirty-loader >= 0.2.2
git+https://github.com/alfred82santa/configure.git
aiohttp >= 1.1.2
aiohttp >= 2.0.0
2 changes: 1 addition & 1 deletion service_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .utils import ObjectWrapper


__version__ = '0.5.3'
__version__ = '0.5.4'


class ServiceClient:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'Development Status :: 4 - Beta'],
packages=['service_client'],
include_package_data=False,
install_requires=['dirty-loader>=0.2.2', 'aiohttp>=1.1.0'],
install_requires=['dirty-loader>=0.2.2', 'aiohttp>=2.0.0'],
description="Service Client Framework powered by Python asyncio.",
long_description=open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),
test_suite="nose.collector",
Expand Down

0 comments on commit e433b91

Please sign in to comment.