We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff01f05 commit 7b05851Copy full SHA for 7b05851
1 file changed
setup.py
@@ -1,11 +1,11 @@
1
-# v0.2.2 released
+# v0.2.3 released
2
from setuptools import setup, find_packages
3
4
with open('requirements.txt') as reqs_file:
5
requirements = reqs_file.read().splitlines()
6
7
setup(name="graphrepo",
8
- version="0.2.2",
+ version="0.2.3",
9
description="A tool that maps a Github repo to Neo4j and Helps Mining the Repo in the DB",
10
url="https://github.com/NullConvergence/GraphRepo",
11
license='Apache License',
0 commit comments