We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433d266 commit a1110bfCopy full SHA for a1110bf
numpngw.py
@@ -48,7 +48,7 @@
48
49
__all__ = ['write_png', 'write_apng', 'AnimatedPNGWriter']
50
51
-__version__ = "0.1.3.dev1"
+__version__ = "0.1.3"
52
53
_PY3 = _sys.version_info > (3,)
54
if _PY3:
setup.py
@@ -47,6 +47,8 @@ def get_numpngw_version():
47
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
],
py_modules=["numpngw"],
install_requires=[
0 commit comments