We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114094d commit cbe41c4Copy full SHA for cbe41c4
1 file changed
setup.py
@@ -1,11 +1,11 @@
1
-# v0.2.4 released
+# v0.2.5 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.4",
+ version="0.2.5",
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',
@@ -14,4 +14,5 @@
14
packages=find_packages('.'),
15
package_dir={'graphrepo': 'graphrepo'})
16
17
+# python3 setup.py sdist bdist_wheel
18
# python3 -m twine upload dist/*
0 commit comments