diff --git a/setup.py b/setup.py index f3e4aac..f5c4655 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.1.1", + version="3.2.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",