diff --git a/README.md b/README.md index 703629e..155e3b0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Tetris2000 -Another Tetris clone using Qt5 +# Tetris2000 +Another Tetris clone using Qt5 \ No newline at end of file diff --git a/setup.py b/setup.py index 2defd40..3727c5b 100644 --- a/setup.py +++ b/setup.py @@ -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", ), -) +) \ No newline at end of file