diff --git a/nats/__init__.py b/nats/__init__.py index 58a472d..3a20874 100644 --- a/nats/__init__.py +++ b/nats/__init__.py @@ -12,5 +12,5 @@ # limitations under the License. # -__version__ = b'0.5.6' +__version__ = b'0.6.0' __lang__ = b'python2' diff --git a/readme.md b/readme.md index 67c2586..a268c19 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ A Python async client for the [NATS messaging system](https://nats.io). [![License Apache 2.0](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Build Status](https://travis-ci.org/nats-io/python-nats.svg?branch=master)](http://travis-ci.org/nats-io/python-nats) -[![GitHub release](https://img.shields.io/badge/release-v0.5.6-cafe12.svg)](https://github.com/nats-io/python-nats/releases/tag/v0.5.6) +[![pypi](https://img.shields.io/pypi/v/nats-client.svg)](https://pypi.org/project/nats-client) ## Supported platforms @@ -14,7 +14,7 @@ with [gnatsd](https://github.com/nats-io/gnatsd) as the server: - 2.7.x -For python 3, check [asyncio-nats](https://github.com/nats-io/asyncio-nats) +For Python 3, check [asyncio-nats](https://github.com/nats-io/asyncio-nats) ## Getting Started diff --git a/setup.py b/setup.py index 383eb5c..9c7c508 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description='Tornado based Python client for NATS, a lightweight, high-performance cloud native messaging system', url='https://github.com/nats-io/python-nats', author='Waldemar Quevedo', - author_email='wally@apcera.com', + author_email='wally@synadia.com', license='Apache 2.0 License', packages=['nats', 'nats.io', 'nats.protocol'], install_requires=requirements,