Skip to content

Commit 0cb133f

Browse files
committed
2.0.1
1 parent 9b9a585 commit 0cb133f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/reST/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '2.0.1.dev1'
51+
version = '2.0.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '2.0.1.dev1'
53+
release = '2.0.1'
5454

5555
# Format strings for the version directives
5656
versionadded_format = 'New in pygame %s'

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
METADATA = {
1717
"name": "pygame",
18-
"version": "2.0.1.dev1",
18+
"version": "2.0.1",
1919
"license": "LGPL",
2020
"url": "https://www.pygame.org",
2121
"author": "A community project.",
@@ -798,7 +798,7 @@ def run(self):
798798
"src_py/pygame_icon.svg",
799799
"src_py/pygame_icon.bmp",
800800
"src_py/pygame_icon.tiff"])]
801-
801+
802802

803803
PACKAGEDATA = {
804804
"cmdclass": cmdclass,

0 commit comments

Comments
 (0)