Skip to content

Commit ce637d5

Browse files
committed
new release 0.0.2
1 parent 580974e commit ce637d5

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Misc
4040
Changelog
4141
---------
4242

43+
Version 0.0.2:
44+
```
45+
Status & KV Module.
46+
```
47+
4348
Version 0.0.1:
4449
```
4550
Initial Release.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setuptools.setup(
77
name="pymako",
8-
version="0.0.1",
8+
version="0.0.2",
99
author="clivern",
1010
author_email="hello@clivern.com",
11-
description="A Service Discovery and Dynamic Load Balancing Package for Python.",
11+
description="A Consul Client for Python.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/clivern/pymako",
1515
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
16-
install_requires=["requests", "pytz"],
16+
install_requires=["requests"],
1717
classifiers=[
1818
"Development Status :: 5 - Production/Stable",
1919
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)