Skip to content

Commit cbe41c4

Browse files
author
NullConvergence
committed
0.2.5
1 parent 114094d commit cbe41c4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# v0.2.4 released
1+
# v0.2.5 released
22
from setuptools import setup, find_packages
33

44
with open('requirements.txt') as reqs_file:
55
requirements = reqs_file.read().splitlines()
66

77
setup(name="graphrepo",
8-
version="0.2.4",
8+
version="0.2.5",
99
description="A tool that maps a Github repo to Neo4j and Helps Mining the Repo in the DB",
1010
url="https://github.com/NullConvergence/GraphRepo",
1111
license='Apache License',
@@ -14,4 +14,5 @@
1414
packages=find_packages('.'),
1515
package_dir={'graphrepo': 'graphrepo'})
1616

17+
# python3 setup.py sdist bdist_wheel
1718
# python3 -m twine upload dist/*

0 commit comments

Comments
 (0)