diff --git a/README.md b/README.md index d7756ec..03fb1f2 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,11 @@ Misc Changelog --------- +Version 0.0.2: +``` +Status & KV Module. +``` + Version 0.0.1: ``` Initial Release. diff --git a/setup.py b/setup.py index 57e793f..c059df2 100644 --- a/setup.py +++ b/setup.py @@ -5,15 +5,15 @@ setuptools.setup( name="pymako", - version="0.0.1", + version="0.0.2", author="clivern", author_email="hello@clivern.com", - 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",