Skip to content

Commit

Permalink
Update rockstar-py version
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyyyyan committed Sep 5, 2020
1 parent df041b3 commit 0e4fe54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rockstarpy/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
)

parser.add_argument(
"-v", "--version", action="version", help="Version", version="2.0.0"
"-v", "--version", action="version", help="Version", version="2.1.0"
)

args = parser.parse_args()
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setup(
name="rockstar-py",
version="2.0.0",
version="2.1.0",
author="yyyyyyyan",
author_email="contact@yyyyyyyan.tech",
packages=["rockstarpy"],
description="Python transpiler for the esoteric language Rockstar",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/yyyyyyyan/rockstar-py",
download_url="https://github.com/yyyyyyyan/rockstar-py/archive/2.0.0.zip",
download_url="https://github.com/yyyyyyyan/rockstar-py/archive/2.1.0.zip",
license="MIT",
keywords="esoteric rockstar transpiler",
classifiers=[
Expand Down

0 comments on commit 0e4fe54

Please sign in to comment.