diff --git a/customtkinter/__init__.py b/customtkinter/__init__.py index cfed45c..6c61fd7 100644 --- a/customtkinter/__init__.py +++ b/customtkinter/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.0.0" +__version__ = "4.0.1" import os import sys diff --git a/pyproject.toml b/pyproject.toml index b400fd2..b968100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" github_url = "https://github.com/TomSchimansky/CustomTkinter" [tool.tbump.version] -current = "4.0.0" +current = "4.0.1" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/setup.cfg b/setup.cfg index 0aef7fa..d3e2b4c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = customtkinter -version = 4.0.0 +version = 4.0.1 description = Create modern looking GUIs with Python long_description = file: README.md long_description_content_type = text/markdown