From 73b44ae8dd7d229e516fc0dd115fb6c1f4ecf9e0 Mon Sep 17 00:00:00 2001 From: davebshow <davebshow@gmail.com> Date: Mon, 10 Aug 2015 17:41:24 -0400 Subject: [PATCH] new point release with bug fix --- aiogremlin/__init__.py | 2 +- docs/index.rst | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aiogremlin/__init__.py b/aiogremlin/__init__.py index a6ee6d4..6b56a30 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 83be1ca..c151c65 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 57496da..98d9f93 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", -- GitLab