diff --git a/docs/conf.py b/docs/conf.py index 99dfacc..75dad57 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 = 'v3.1.1' +release = 'v3.2.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index e2ce760..1521172 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def read(fname): name="ttkthemes", packages=["ttkthemes"], package_data={"ttkthemes": ["themes/*", "png/*", "gif/*", "advanced/*"]}, - version="3.2.0", + version="3.2.1", 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",