Skip to content

Commit

Permalink
REL: Set version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Oct 7, 2023
1 parent 433d266 commit a1110bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion numpngw.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

__all__ = ['write_png', 'write_apng', 'AnimatedPNGWriter']

__version__ = "0.1.3.dev1"
__version__ = "0.1.3"

_PY3 = _sys.version_info > (3,)
if _PY3:
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def get_numpngw_version():
"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=[
Expand Down

0 comments on commit a1110bf

Please sign in to comment.