mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
version scheme fix
This commit is contained in:
parent
325864c0d1
commit
287abff39b
@ -1,4 +1,4 @@
|
|||||||
__version__ = "3.12"
|
__version__ = "3.12.0"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
github_url = "https://github.com/TomSchimansky/CustomTkinter"
|
github_url = "https://github.com/TomSchimansky/CustomTkinter"
|
||||||
|
|
||||||
[tool.tbump.version]
|
[tool.tbump.version]
|
||||||
current = "3.12"
|
current = "3.12.0"
|
||||||
|
|
||||||
# Example of a semver regexp.
|
# Example of a semver regexp.
|
||||||
# Make sure this matches current_version before
|
# Make sure this matches current_version before
|
||||||
@ -16,6 +16,8 @@ regex = '''
|
|||||||
(?P<major>\d+)
|
(?P<major>\d+)
|
||||||
\.
|
\.
|
||||||
(?P<minor>\d+)
|
(?P<minor>\d+)
|
||||||
|
\.
|
||||||
|
(?P<patch>\d+)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
[tool.tbump.git]
|
[tool.tbump.git]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = customtkinter
|
name = customtkinter
|
||||||
version = 3.12
|
version = 3.12.0
|
||||||
description = Create modern looking GUIs with tkinter and Python
|
description = Create modern looking GUIs with tkinter and Python
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
Loading…
x
Reference in New Issue
Block a user