Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GendoIkari committed Feb 6, 2017
1 parent 8232aae commit e27292e
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 @@ -4,12 +4,12 @@
name = 'pymicro',
packages = ['pymicro', 'pymicro.protocols'],
include_package_data=True,
version = '0.0.3',
version = '0.0.4',
description = 'An easy to use python3 package to create and use microservices.',
author = 'Daniele Maccioni',
author_email = '[email protected]',
url = 'https://github.com/GendoIkari/pymicro',
download_url = 'https://github.com/GendoIkari/pymicro/tarball/v0.0.3',
download_url = 'https://github.com/GendoIkari/pymicro/tarball/v0.0.4',
keywords = ['microservices', 'rabbitmq', 'service'],
classifiers = [],
install_requires=['flask', 'requests', 'pika', 'u-msgpack-python'],
Expand Down

0 comments on commit e27292e

Please sign in to comment.