From a7c0fc2a3c9be774d41a59f77b77f226d9aa1f43 Mon Sep 17 00:00:00 2001 From: Tom Schimansky Date: Mon, 23 May 2022 11:01:38 +0200 Subject: [PATCH] Bump to 4.0.3 --- 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 7f11d8a..0e64273 100644 --- a/customtkinter/__init__.py +++ b/customtkinter/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.0.2" +__version__ = "4.0.3" import os import sys diff --git a/pyproject.toml b/pyproject.toml index 004a699..d5ef12e 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.2" +current = "4.0.3" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/setup.cfg b/setup.cfg index f602454..2b9fadd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = customtkinter -version = 4.0.2 +version = 4.0.3 description = Create modern looking GUIs with Python long_description = file: README.md long_description_content_type = text/markdown