Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonho1308 committed Aug 3, 2021
1 parent c35f119 commit cffd355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name=maze_gitb # temp name
version=1.0.0
version=1.0.1
license=MIT
description=A maze game that required users to think inside the box to win
long_description=long_description
Expand All @@ -12,7 +12,7 @@ url=https://github.com/Anand1310/summer-code-jam-2021
project_urls=
Bug Tracker: https://github.com/Anand1310/summer-code-jam-2021/issues
license_files = LICENSE.txt
download_url=https://github.com/Anand1310/summer-code-jam-2021/archive/v1_0.tar.gz
download_url=https://github.com/Anand1310/summer-code-jam-2021/archive/v1.0.1.tar.gz
keywords=
game
maze
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="maze_gitb", # temp name
version="1.0.0",
version="1.0.1",
license="MIT",
description="A maze game that required users to think inside the box to win",
long_description=long_description,
Expand All @@ -18,7 +18,7 @@
project_urls={
"Bug Tracker": "https://github.com/Anand1310/summer-code-jam-2021/issues",
},
download_url="https://github.com/Anand1310/summer-code-jam-2021/archive/v1_0.tar.gz",
download_url="https://github.com/Anand1310/summer-code-jam-2021/archive/v1.0.1.tar.gz",
keywords=["game", "maze", "box", "think inside the box", "sound", "3d-sound"],
install_requires=[
'blessed',
Expand Down

0 comments on commit cffd355

Please sign in to comment.