From f4af51229006ea98a1f67d95296cdbd0370b9840 Mon Sep 17 00:00:00 2001 From: Tom Schimansky Date: Thu, 1 Dec 2022 10:06:54 +0100 Subject: [PATCH] Bump to 5.0.1 --- customtkinter/__init__.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/customtkinter/__init__.py b/customtkinter/__init__.py index 819ca87..7bd17ed 100644 --- a/customtkinter/__init__.py +++ b/customtkinter/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.0.0" +__version__ = "5.0.1" import os import sys diff --git a/pyproject.toml b/pyproject.toml index 67e8386..f11cc44 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.0.0" +current = "5.0.1" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/setup.cfg b/setup.cfg index 964bf7f..64e47c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = customtkinter -version = 5.0.0 +version = 5.0.1 description = Create modern looking GUIs with Python long_description = file: Readme.md long_description_content_type = text/markdown