Skip to content

Commit 72157e8

Browse files
committedMay 5, 2023
Bump to 5.1.3
1 parent ccf9fdf commit 72157e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎customtkinter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "5.1.2"
1+
__version__ = "5.1.3"
22

33
import os
44
import sys

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
github_url = "https://github.com/TomSchimansky/CustomTkinter"
77

88
[tool.tbump.version]
9-
current = "5.1.2"
9+
current = "5.1.3"
1010

1111
# Example of a semver regexp.
1212
# Make sure this matches current_version before

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = customtkinter
3-
version = 5.1.2
3+
version = 5.1.3
44
description = Create modern looking GUIs with Python
55
long_description = A modern and customizable python UI-library based on Tkinter: https://customtkinter.tomschimansky.com
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)
Please sign in to comment.