mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-07 03:41:20 +01:00
chore: switch to using module-define version number
https://stackoverflow.com/a/16084844/1342874
This commit is contained in:
3
pytiled_parser/version.py
Normal file
3
pytiled_parser/version.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
"""pytiled_parser version"""
|
||||||
|
|
||||||
|
__version__ = "1.0.0"
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = pytiled_parser
|
name = pytiled_parser
|
||||||
description = PongWall Server Prototype
|
description = PongWall Server Prototype
|
||||||
version = 0.9.1
|
|
||||||
author = Benjamin Kirkbride
|
author = Benjamin Kirkbride
|
||||||
author-email = BenjaminKirkbride@gmail.com
|
author-email = BenjaminKirkbride@gmail.com
|
||||||
license = MIT
|
license = MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user