Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullConvergence committed Nov 5, 2020
1 parent 5306271 commit 10ea3b3
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.9 released
# v0.3.0 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.9",
version="0.3.0",
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 10ea3b3

Please sign in to comment.