Bump to 5.2.0

This commit is contained in:
Tom Schimansky 2023-06-19 13:54:51 +02:00
parent 290cafbc39
commit 8fc2d31584
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
__version__ = "5.1.3" __version__ = "5.2.0"
import os import os
import sys import sys

View File

@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
github_url = "https://github.com/TomSchimansky/CustomTkinter" github_url = "https://github.com/TomSchimansky/CustomTkinter"
[tool.tbump.version] [tool.tbump.version]
current = "5.1.3" current = "5.2.0"
# Example of a semver regexp. # Example of a semver regexp.
# Make sure this matches current_version before # Make sure this matches current_version before

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = customtkinter name = customtkinter
version = 5.1.3 version = 5.2.0
description = Create modern looking GUIs with Python description = Create modern looking GUIs with Python
long_description = A modern and customizable python UI-library based on Tkinter: https://customtkinter.tomschimansky.com long_description = A modern and customizable python UI-library based on Tkinter: https://customtkinter.tomschimansky.com
long_description_content_type = text/markdown long_description_content_type = text/markdown