Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
NullConvergence committed Oct 20, 2020
1 parent 35f3522 commit 794366b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# v0.2.5 released
# v0.2.6 released
from setuptools import setup, find_packages

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

setup(name="graphrepo",
version="0.2.5",
version="0.2.6",
description="A tool that maps a Github repo to Neo4j and Helps Mining the Repo in the DB",
url="https://github.com/NullConvergence/GraphRepo",
license='Apache License',
Expand Down

0 comments on commit 794366b

Please sign in to comment.