Skip to content

Commit

Permalink
Merge pull request #80 from pygame/v0.2.1
Browse files Browse the repository at this point in the history
v0.2.1
  • Loading branch information
illume authored Dec 3, 2023
2 parents 6969054 + ba1d5f7 commit f0a4631
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ def load_pycparser(finder, module):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development :: Libraries :: pygame',
'Topic :: Games/Entertainment :: Arcade',
],
Expand Down
2 changes: 1 addition & 1 deletion stuntcat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Stuntcat the game
"""
__version__ = "0.2.1.dev1"
__version__ = "0.2.1"

from stuntcat import game

Expand Down

0 comments on commit f0a4631

Please sign in to comment.