Bump to 4.5.11

This commit is contained in:
Tom Schimansky 2022-09-15 13:59:58 +02:00
parent 423d0886c9
commit 39f369a8d4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
__version__ = "4.5.10"
__version__ = "4.5.11"
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.5.10"
current = "4.5.11"
# Example of a semver regexp.
# Make sure this matches current_version before

View File

@ -1,6 +1,6 @@
[metadata]
name = customtkinter
version = 4.5.10
version = 4.5.11
description = Create modern looking GUIs with Python
long_description = CustomTkinter UI-Library\n\n[](https://github.com/TomSchimansky/CustomTkinter/blob/master/documentation_images/Windows_dark.png)\n\nMore Information: https://github.com/TomSchimansky/CustomTkinter
long_description_content_type = text/markdown