mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
Update version number and add Python 3.8 to list of ok Pythons.
This commit is contained in:
3
setup.py
3
setup.py
@@ -4,7 +4,7 @@ from os import path
|
||||
from setuptools import setup # type: ignore
|
||||
|
||||
BUILD = 0
|
||||
VERSION = "0.9.0"
|
||||
VERSION = "0.9.1"
|
||||
RELEASE = VERSION
|
||||
|
||||
if __name__ == "__main__":
|
||||
@@ -32,6 +32,7 @@ if __name__ == "__main__":
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user