diff --git a/go_http/__init__.py b/go_http/__init__.py index 182bc39..c567489 100644 --- a/go_http/__init__.py +++ b/go_http/__init__.py @@ -1,6 +1,6 @@ """Vumi Go HTTP API client library.""" -__version__ = "0.1.0a" +__version__ = "0.2.0a" from .send import HttpApiSender, LoggingSender diff --git a/setup.py b/setup.py index b19332a..03c2aa7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="go_http", - version="0.1.0a", + version="0.2.0a", url='http://github.com/praekelt/go-http-api', license='BSD', description="A client library for Vumi Go's HTTP API",