diff --git a/setup.py b/setup.py index 71d964e..9d0b092 100644 --- a/setup.py +++ b/setup.py @@ -177,7 +177,7 @@ def copy_to_target(self, target: str): setup( name="tksvg", - version="v0.7.3", + version="v0.7.4", packages=["tksvg"], description="SVG support for PhotoImage in Tk 8.6", author="The tksvg authors",