Skip to content

Commit bef333e

Browse files
committed
Version bump to 3.0.0-alpha.
Changes: The main code is now ported to Python 3. It is sheer awesome coincidence that version 3 of this library is _the_ port to Python 3.
1 parent 6ad750e commit bef333e

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__ = "2.0.0-alpha-dev"
4+
__version__ = "3.0.0-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="2.0.0-alpha-dev",
15+
version="3.0.0-alpha",
1616
author="Chad Estioco",
1717
author_email="[email protected]",
1818
url="https://github.com/skytreader/PyGame-Objects",

0 commit comments

Comments
 (0)