diff --git a/setup.py b/setup.py index 049ff8f..daee0e8 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(fname): name='ttkthemes', packages=['ttkthemes'], package_data={"ttkthemes": ["themes/*"]}, - version='2.0.6', + version='2.1.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',