mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
Bump to 4.3.0
This commit is contained in:
parent
ecf6b8d9cf
commit
9c479bc1de
@ -1,4 +1,4 @@
|
||||
__version__ = "4.2.0"
|
||||
__version__ = "4.3.0"
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
||||
github_url = "https://github.com/TomSchimansky/CustomTkinter"
|
||||
|
||||
[tool.tbump.version]
|
||||
current = "4.2.0"
|
||||
current = "4.3.0"
|
||||
|
||||
# Example of a semver regexp.
|
||||
# Make sure this matches current_version before
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = customtkinter
|
||||
version = 4.2.0
|
||||
version = 4.3.0
|
||||
description = Create modern looking GUIs with Python
|
||||
long_description = '# CustomTkinter UI-Library\nhttps://github.com/TomSchimansky/CustomTkinter/blob/master/documentation_images/Windows_dark.png\n\nMore Information: https://github.com/TomSchimansky/CustomTkinter'
|
||||
long_description_content_type = text/markdown
|
||||
|
Loading…
Reference in New Issue
Block a user