Skip to content

Commit

Permalink
Add README installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac committed Feb 25, 2022
1 parent f38bbc3 commit ed0ac56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion goldencopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from py2neo import Graph

version = '1.0'
version = '1.1'


def args_parser():
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='GoldenCopy',
version='1.0',
version='1.1',
license='GNU',
author="Dramelac",
author_email='[email protected]',
Expand All @@ -24,7 +24,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: GNU License",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
),
install_requires=[
Expand Down

0 comments on commit ed0ac56

Please sign in to comment.