Bump to 5.0.0

This commit is contained in:
Tom Schimansky 2022-12-01 00:09:02 +01:00
parent e7d1fc1b82
commit d3d1469af5
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
__version__ = "4.6.3" __version__ = "5.0.0"
import os import os
import sys import sys

View File

@ -7,7 +7,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 = "4.6.3" current = "5.0.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 = 4.6.3 version = 5.0.0
description = Create modern looking GUIs with Python description = Create modern looking GUIs with Python
long_description = file: Readme.md long_description = file: Readme.md
long_description_content_type = text/markdown long_description_content_type = text/markdown