We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf9fdf commit 72157e8Copy full SHA for 72157e8
customtkinter/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "5.1.2"
+__version__ = "5.1.3"
2
3
import os
4
import sys
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
github_url = "https://github.com/TomSchimansky/CustomTkinter"
7
8
[tool.tbump.version]
9
-current = "5.1.2"
+current = "5.1.3"
10
11
# Example of a semver regexp.
12
# Make sure this matches current_version before
setup.cfg
@@ -1,6 +1,6 @@
[project]
name = customtkinter
-version = 5.1.2
+version = 5.1.3
description = Create modern looking GUIs with Python
5
long_description = A modern and customizable python UI-library based on Tkinter: https://customtkinter.tomschimansky.com
long_description_content_type = text/markdown
0 commit comments