diff --git a/aiogremlin/__init__.py b/aiogremlin/__init__.py index a6ee6d4a1ecfc2129083298c22219675a4f6219b..6b56a30e79f0c6e3e4cadc0207dc91d136789e5e 100644 --- a/aiogremlin/__init__.py +++ b/aiogremlin/__init__.py @@ -4,4 +4,4 @@ from .exceptions import * from .connector import * from .subprotocol import * -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/docs/index.rst b/docs/index.rst index 83be1cafbbec30d7b2f50c32e1b6469535dd2cd9..c151c6543633f4802e8edc55339a99fc7212d8c4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,7 +12,7 @@ based on the `asyncio`_ and `aiohttp`_ libraries. Releases ======== -The latest release of :py:mod:`aiogremlin` is **0.1.0**. +The latest release of :py:mod:`aiogremlin` is **0.1.1**. Requirements diff --git a/setup.py b/setup.py index 57496da39ab1fa20f3e649c1ca8eb555b7e585ba..98d9f93b2335f5fb462cae928153470f779b22b1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name="aiogremlin", - version="0.1.0", + version="0.1.1", url="", license="MIT", author="davebshow",