Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Starbuck5 authored and illume committed Oct 10, 2021
1 parent 90d40af commit 6d092f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reST/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.0.2'
# The full version, including alpha/beta/rc tags.
release = '2.0.2.dev4'
release = '2.0.2'

# Format strings for the version directives
versionadded_format = 'New in pygame %s'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@

METADATA = {
"name": "pygame",
"version": "2.0.2.dev4",
"version": "2.0.2",
"license": "LGPL",
"url": "https://www.pygame.org",
"author": "A community project.",
Expand Down

0 comments on commit 6d092f8

Please sign in to comment.