From 8fc2d315844c753c7b9e3483ac4982b631b3daa5 Mon Sep 17 00:00:00 2001 From: Tom Schimansky Date: Mon, 19 Jun 2023 13:54:51 +0200 Subject: [PATCH] Bump to 5.2.0 --- customtkinter/__init__.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/customtkinter/__init__.py b/customtkinter/__init__.py index 8162ad3..d4b032f 100644 --- a/customtkinter/__init__.py +++ b/customtkinter/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.1.3" +__version__ = "5.2.0" import os import sys diff --git a/pyproject.toml b/pyproject.toml index 0f031ec..0a42a44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/setup.cfg b/setup.cfg index a57ae3b..2140ad7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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