Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NullConvergence committed Sep 18, 2020
1 parent 115f694 commit d2af003
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.0 released
# v0.2.1 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.0",
version="0.2.1",
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 d2af003

Please sign in to comment.