diff --git a/docs/conf.py b/docs/conf.py index 75dad57..f99d248 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.2.1' +release = 'v3.2.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 49146ef..e15f36c 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.1", + version="3.2.2", 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",