diff --git a/customtkinter/__init__.py b/customtkinter/__init__.py index e2770cc..216a377 100644 --- a/customtkinter/__init__.py +++ b/customtkinter/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.1.1" +__version__ = "5.1.2" import os import sys diff --git a/pyproject.toml b/pyproject.toml index 94633c8..d8a2316 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 = "5.1.1" +current = "5.1.2" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/setup.cfg b/setup.cfg index 572f77c..0ed1020 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = customtkinter -version = 5.1.1 +version = 5.1.2 description = Create modern looking GUIs with Python long_description = A modern and customizable python UI-library based on Tkinter: https://github.com/TomSchimansky/CustomTkinter long_description_content_type = text/markdown