Skip to content

Commit

Permalink
updated server version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davebshow committed Jan 19, 2018
1 parent f608b36 commit 84e9be8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [aiogremlin 3.2.4](https://pypi.python.org/pypi/aiogremlin/3.2.4)
# [aiogremlin](https://pypi.python.org/pypi/aiogremlin/3.2.4)

[Official Documentation](http://aiogremlin.readthedocs.org/en/latest/)

Expand Down
16 changes: 8 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,33 @@ Note that this *NOT* an official Apache project component, it is a

Releases
========
The latest release of :py:mod:`aiogremlin` is **3.2.6**.
The latest release of :py:mod:`aiogremlin` is **3.3.1**.


Requirements
============

- Python 3.5+
- TinkerPop 3.2.6
- Python 3.5 +
- TinkerPop 3.2.6 +


Dependencies
============
- aiohttp 2.2.5
- gremlinpython 3.2.6
- PyYAML 3.12
- aiohttp 2.2.5 +
- gremlinpython
- PyYAML 3.12 +



Installation
============
Install using pip::

$ pip install aiogremlin
$ pip install aiogremlin==<tinkerpop_version>

For this version, a separate install of gremlinpython is required::

$ pip install gremlinpython==3.2.6 --no-deps
$ pip install gremlinpython==<tinkerpop_version> --no-deps


Getting Started
Expand Down

0 comments on commit 84e9be8

Please sign in to comment.