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__":