Bump to 5.1.1

This commit is contained in:
Tom Schimansky 2023-02-06 12:55:59 +01:00
parent f47cf024b2
commit 6e9258a444
3 changed files with 3 additions and 3 deletions

View File

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

View File

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