From 1f2bdb23499ed7b7d3a1f6d3b111822813b9e6d9 Mon Sep 17 00:00:00 2001 From: Chad Estioco Date: Tue, 3 Apr 2018 17:44:47 +0800 Subject: [PATCH] Post 1.2.0 dev bump. --- components/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",