Skip to content

Commit bcca148

Browse files
committed
Version bump to 3.0.1-alpha.
Failure to write logs is no longer game-breaking.
1 parent 74ca1b6 commit bcca148

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Just my __init__.py to conform to standards.
33
"""
4-
__version__ = "3.0.0-alpha"
4+
__version__ = "3.0.1-alpha"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def get_font_paths():
1212

1313
setup(
1414
name="PyGame Objects",
15-
version="3.0.0-alpha",
15+
version="3.0.1-alpha",
1616
author="Chad Estioco",
1717
author_email="[email protected]",
1818
url="https://github.com/skytreader/PyGame-Objects",

0 commit comments

Comments
 (0)