We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cbc62 commit 460692eCopy full SHA for 460692e
requirements.txt
@@ -48,7 +48,7 @@ pyparsing==2.2.0
48
six==1.11.0
49
sqlalchemy==1.3.0
50
wheel==0.31.1
51
-neo4j-driver==1.6.0
+neo4j-driver==1.7.2
52
neotime==1.0.0
53
pytz==2018.4
54
antlr4-python2-runtime==4.7.1
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
4
-__version__ = '1.0.12'
+__version__ = '1.0.13'
5
6
7
setup(
@@ -32,7 +32,7 @@
32
'pyhocon==0.3.42',
33
'pytest==3.6.0',
34
'six',
35
- 'neo4j-driver==1.6.0',
+ 'neo4j-driver==1.7.2',
36
'antlr4-python2-runtime==4.7.1',
37
'statsd==3.2.1',
38
'retrying==1.3.3'
0 commit comments