From f4757f6a6c82cb52b49d64ba2ce042cb57dc62b8 Mon Sep 17 00:00:00 2001 From: RedFantom Date: Sun, 9 Feb 2020 22:55:24 +0100 Subject: [PATCH] Bump version number to v3.0.0 --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6bba871..b9b766f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = 'v2.2.0' +release = 'v3.0.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 3ffe7fc..bb6349f 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(fname): name="ttkthemes", packages=["ttkthemes"], package_data={"ttkthemes": ["themes/*", "png/*", "gif/*", "advanced/*"]}, - version="2.4.0", + version="3.0.0", description="A group of themes for the ttk extensions of Tkinter with a Tkinter.Tk wrapper", author="The ttkthemes authors", author_email="redfantom@outlook.com",