We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9a585 commit 0cb133fCopy full SHA for 0cb133f
docs/reST/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '2.0.1.dev1'
+version = '2.0.1'
52
# The full version, including alpha/beta/rc tags.
53
-release = '2.0.1.dev1'
+release = '2.0.1'
54
55
# Format strings for the version directives
56
versionadded_format = 'New in pygame %s'
setup.py
@@ -15,7 +15,7 @@
15
16
METADATA = {
17
"name": "pygame",
18
- "version": "2.0.1.dev1",
+ "version": "2.0.1",
19
"license": "LGPL",
20
"url": "https://www.pygame.org",
21
"author": "A community project.",
@@ -798,7 +798,7 @@ def run(self):
798
"src_py/pygame_icon.svg",
799
"src_py/pygame_icon.bmp",
800
"src_py/pygame_icon.tiff"])]
801
-
+
802
803
PACKAGEDATA = {
804
"cmdclass": cmdclass,
0 commit comments