mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +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]
|
||||
name = pytiled_parser
|
||||
description = PongWall Server Prototype
|
||||
version = 0.9.1
|
||||
author = Benjamin Kirkbride
|
||||
author-email = BenjaminKirkbride@gmail.com
|
||||
license = MIT
|
||||
|
||||
Reference in New Issue
Block a user