Skip to content

Commit

Permalink
Bump to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSchimansky committed Jun 19, 2023
1 parent 290cafb commit 8fc2d31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion customtkinter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "5.1.3"
__version__ = "5.2.0"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
github_url = "https://github.com/TomSchimansky/CustomTkinter"

[tool.tbump.version]
current = "5.1.3"
current = "5.2.0"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = customtkinter
version = 5.1.3
version = 5.2.0
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
Expand Down

0 comments on commit 8fc2d31

Please sign in to comment.