Skip to content

Commit

Permalink
2.0.0.dev12
Browse files Browse the repository at this point in the history
  • Loading branch information
illume committed Sep 19, 2020
1 parent 84aa6e1 commit 2b4d6bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/reST/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0.0.dev11'
version = '2.0.0.dev12'
# The full version, including alpha/beta/rc tags.
release = '2.0.0.dev11'
release = '2.0.0.dev12'

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

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

0 comments on commit 2b4d6bb

Please sign in to comment.