Skip to content

Commit

Permalink
Bump version to 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hurst committed Jan 11, 2022
1 parent 2bd72ed commit e3dac64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This describes the latest changes between the PySDL2 releases.
0.9.10
------

Released on XXXX-XX-XX.
Released on 2022-01-11.

New Features:

Expand Down
4 changes: 2 additions & 2 deletions sdl2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@
SDL_WasInit = _bind("SDL_WasInit", [Uint32], Uint32)
SDL_Quit = _bind("SDL_Quit")

__version__ = "0.9.9"
version_info = (0, 9, 9)
__version__ = "0.9.10"
version_info = (0, 9, 10)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# from distutils.core import setup
from setuptools import setup

VERSION = "0.9.9"
VERSION = "0.9.10"

if __name__ == "__main__":

Expand Down

0 comments on commit e3dac64

Please sign in to comment.