Bump to 4.0.3

This commit is contained in:
Tom Schimansky 2022-05-23 11:01:38 +02:00
parent 9be2a76b25
commit a7c0fc2a3c
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
__version__ = "4.0.2"
__version__ = "4.0.3"
import os
import sys

View File

@ -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

View File

@ -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