Skip to content

Commit f4757f6

Browse files
committed
Bump version number to v3.0.0
1 parent 7d51aa6 commit f4757f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = 'v2.2.0'
29+
release = 'v3.0.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(fname):
2525
name="ttkthemes",
2626
packages=["ttkthemes"],
2727
package_data={"ttkthemes": ["themes/*", "png/*", "gif/*", "advanced/*"]},
28-
version="2.4.0",
28+
version="3.0.0",
2929
description="A group of themes for the ttk extensions of Tkinter with a Tkinter.Tk wrapper",
3030
author="The ttkthemes authors",
3131
author_email="redfantom@outlook.com",

0 commit comments

Comments
 (0)