Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Goblin OGM
AIO Gremlin
Commits
73b44ae8
Commit
73b44ae8
authored
Aug 10, 2015
by
davebshow
Browse files
new point release with bug fix
parent
7c3585df
Changes
3
Show whitespace changes
Inline
Side-by-side
aiogremlin/__init__.py
View file @
73b44ae8
...
...
@@ -4,4 +4,4 @@ from .exceptions import *
from
.connector
import
*
from
.subprotocol
import
*
__version__
=
"0.1.
0
"
__version__
=
"0.1.
1
"
docs/index.rst
View file @
73b44ae8
...
...
@@ -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
...
...
setup.py
View file @
73b44ae8
...
...
@@ -3,7 +3,7 @@ from setuptools import setup
setup
(
name
=
"aiogremlin"
,
version
=
"0.1.
0
"
,
version
=
"0.1.
1
"
,
url
=
""
,
license
=
"MIT"
,
author
=
"davebshow"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment