Update docs and version number

This commit is contained in:
Paul Vincent Craven
2019-08-15 09:53:25 -05:00
parent 7aea85f636
commit bb6ee0a24b
3 changed files with 7 additions and 3 deletions

View File

@@ -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 ---------------------------------------------------

View File

@@ -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
.. _Pygame: https://www.pygame.org/news
PyPi
----
* https://pypi.org/project/pytiled-parser/

View File

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