diff --git a/components/__init__.py b/components/__init__.py index c3d75f2..ef2407d 100644 --- a/components/__init__.py +++ b/components/__init__.py @@ -1,4 +1,4 @@ """ Just my __init__.py to conform to standards. """ -__version__ = "1.2.0" +__version__ = "1.2.0-dev" diff --git a/setup.py b/setup.py index 5e3830d..1cf1ee9 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def get_font_paths(): setup( name="PyGame Objects", - version="1.2.0", + version="1.2.0-dev", author="Chad Estioco", author_email="chadestioco@gmail.com", url="https://github.com/skytreader/PyGame-Objects",