diff --git a/docs/source/conf.py b/docs/source/conf.py index 5995f81e..50ee3a67 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -34,9 +34,9 @@ author = 'Dan Lawrence' # The short X.Y version -version = '0.6.11' +version = '0.6.12' # The full version, including alpha/beta/rc tags -release = '0.6.11' +release = '0.6.12' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index a2aa5303..447a4f39 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='pygame_gui', - version='0.6.11', + version='0.6.12', description='A GUI module for pygame Community Edition', long_description="Helps create GUIs for games made using pygame Community Edition. " "Features HTML-style text formatting, localization," @@ -11,7 +11,7 @@ " multiple windows of GUI stuff.", keywords=["pygame", "gui", "ui"], url='https://github.com/MyreMylar/pygame_gui', - download_url='https://github.com/MyreMylar/pygame_gui/archive/v_0611.tar.gz', + download_url='https://github.com/MyreMylar/pygame_gui/archive/v_0612.tar.gz', author='Dan Lawrence', author_email='danintheshed@gmail.com', license='MIT',