From 94d99d2d12888cba1cf261f64f79ab3d948d4c93 Mon Sep 17 00:00:00 2001
From: davebshow <davebshow@gmail.com>
Date: Sun, 28 Jun 2015 21:34:59 -0400
Subject: [PATCH] updating deps

---
 README.md              | 2 +-
 aiogremlin/__init__.py | 2 +-
 docs/conf.py           | 4 ++--
 docs/index.rst         | 2 +-
 setup.py               | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index fb70ba7..5888c87 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# [aiogremlin 0.0.9](https://pypi.python.org/pypi/gizmo/0.1.12)
+# [aiogremlin 0.0.11](https://pypi.python.org/pypi/gizmo/0.1.12)
 
 ## [Official Documentation](http://aiogremlin.readthedocs.org/en/latest/)
 
diff --git a/aiogremlin/__init__.py b/aiogremlin/__init__.py
index 1afdfad..77ea4d3 100644
--- a/aiogremlin/__init__.py
+++ b/aiogremlin/__init__.py
@@ -4,4 +4,4 @@ from .exceptions import *
 from .connector import *
 from .subprotocol import *
 
-__version__ = "0.0.10"
+__version__ = "0.0.11"
diff --git a/docs/conf.py b/docs/conf.py
index 30a471d..6272765 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -62,9 +62,9 @@ author = 'David M. Brown'
 # built documents.
 #
 # The short X.Y version.
-version = '0.0.10'
+version = '0.0.11'
 # The full version, including alpha/beta/rc tags.
-release = '0.0.10'
+release = '0.0.11'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/docs/index.rst b/docs/index.rst
index d714c5f..8fb9b94 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 ``aiogremlin`` is **0.0.10**.
+The latest release of ``aiogremlin`` is **0.0.11**.
 
 
 Requirements
diff --git a/setup.py b/setup.py
index 13b44cf..ccbea41 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
 
 setup(
     name="aiogremlin",
-    version="0.0.10",
+    version="0.0.11",
     url="",
     license="MIT",
     author="davebshow",
@@ -13,7 +13,7 @@ setup(
     packages=["aiogremlin", "tests"],
     install_requires=[
         "aiohttp==0.16.5",
-        "aiowebsocketclient==0.0.2"
+        "aiowebsocketclient==0.0.3"
     ],
     test_suite="tests",
     classifiers=[
-- 
GitLab