Skip to content

Commit

Permalink
Version bump to 3.0.0-alpha.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
skytreader committed Aug 29, 2020
1 parent 6ad750e commit bef333e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/__init__.py
@@ -1,4 +1,4 @@
"""
Just my __init__.py to conform to standards.
"""
__version__ = "2.0.0-alpha-dev"
__version__ = "3.0.0-alpha"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@ def get_font_paths():

setup(
name="PyGame Objects",
version="2.0.0-alpha-dev",
version="3.0.0-alpha",
author="Chad Estioco",
author_email="chadestioco@gmail.com",
url="https://github.com/skytreader/PyGame-Objects",
Expand Down

0 comments on commit bef333e

Please sign in to comment.