From bb6ee0a24b1883806832f04e54eaad79d1580a9e Mon Sep 17 00:00:00 2001 From: Paul Vincent Craven Date: Thu, 15 Aug 2019 09:53:25 -0500 Subject: [PATCH] Update docs and version number --- docs/source/conf.py | 1 - docs/source/index.rst | 7 ++++++- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d75cad5..071ceb9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,6 @@ copyright = '2019, Beefy-Swain' author = 'Beefy-Swain' sys.path.insert(0, os.path.abspath('..')) -print(f"System Path: {sys.path}") # -- General configuration --------------------------------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index f7618bc..d0b7f6a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -27,4 +27,9 @@ Examples .. _Tiled Map Editor: https://www.mapeditor.org/ .. _Arcade: http://arcade.academy .. _Pyglet: https://pyglet.readthedocs.io/en/pyglet-1.3-maintenance/ -.. _Pygame: https://www.pygame.org/news \ No newline at end of file +.. _Pygame: https://www.pygame.org/news + +PyPi +---- + +* https://pypi.org/project/pytiled-parser/ \ No newline at end of file diff --git a/setup.py b/setup.py index b6e9fe6..b71ea0b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from os import path from setuptools import setup # type: ignore BUILD = 0 -VERSION = "0.0.4" +VERSION = "0.9.0" RELEASE = VERSION if __name__ == "__main__":