Bump to 5.1.3

This commit is contained in:
Tom Schimansky 2023-05-05 18:55:53 +02:00
parent ccf9fdfc9a
commit 72157e8d26
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
[project]
name = customtkinter
version = 5.1.2
version = 5.1.3
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_content_type = text/markdown