Skip to content

Commit 7b05851

Browse files
author
NullConvergence
committed
Preparing release 0.2.3
1 parent ff01f05 commit 7b05851

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# v0.2.2 released
1+
# v0.2.3 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.2",
8+
version="0.2.3",
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',

0 commit comments

Comments
 (0)