Skip to content

Commit

Permalink
new release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed May 4, 2019
1 parent 580974e commit ce637d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ Misc
Changelog
---------

Version 0.0.2:
```
Status & KV Module.
```

Version 0.0.1:
```
Initial Release.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setuptools.setup(
name="pymako",
version="0.0.1",
version="0.0.2",
author="clivern",
author_email="[email protected]",
description="A Service Discovery and Dynamic Load Balancing Package for Python.",
description="A Consul Client for Python.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/clivern/pymako",
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
install_requires=["requests", "pytz"],
install_requires=["requests"],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit ce637d5

Please sign in to comment.