Skip to content

Commit c727b17

Browse files
committed
Bump version 0.13.0
1 parent 7d1f6af commit c727b17

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
setup(
5353
name="gambaterm",
54-
version="0.12.7",
54+
version="0.13.0",
5555
packages=["gambaterm"],
5656
ext_modules=[gambatte_extension, termblit_extension],
5757
install_requires=[
@@ -87,6 +87,9 @@
8787
"Programming Language :: Python :: 3.9",
8888
"Programming Language :: Python :: 3.10",
8989
"Programming Language :: Python :: 3.11",
90+
"Programming Language :: Python :: 3.12",
91+
"Programming Language :: Python :: 3.13",
92+
"Programming Language :: Python :: 3.14",
9093
],
9194
author="Vincent Michel",
9295
author_email="vxgmichel@gmail.com",

0 commit comments

Comments
 (0)