Skip to content

Commit f516379

Browse files
author
Joohwan Oh
committed
Update version in setup.py
1 parent b2239da commit f516379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
setup(
88
name="py-arango",
99
description="Python Driver for ArangoDB",
10-
version="1.0.0",
10+
version="1.1.0",
1111
author="Joohwan Oh",
1212
author_email="[email protected]",
1313
url="https://github.com/Joowani/py-arango",
@@ -16,4 +16,4 @@
1616
include_package_data=True,
1717
install_requires=["requests"],
1818
test_suite="nose",
19-
)
19+
)

0 commit comments

Comments
 (0)