Add files via upload

This commit is contained in:
adrienmalin 2018-07-30 23:47:17 +02:00 committed by GitHub
parent f2c4410d95
commit b2416a9e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
# Tetris2000
Another Tetris clone using Qt5
# Tetris2000
Another Tetris clone using Qt5

View File

@ -8,7 +8,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="Tetris2000",
version="0.2",
version="0.2.2",
author="Adrien Malin",
author_email="adrien.malin@protonmail.com",
description="Another Tetris clone",
@ -25,4 +25,4 @@ setuptools.setup(
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
),
)
)