We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916dcdc commit b5cb035Copy full SHA for b5cb035
setup.py
@@ -16,7 +16,7 @@
16
'Custom_Widgets.Qss',
17
],
18
include_package_data=True,
19
- version = '0.9.8', # Start with a small number and increase it with every change you make
+ version = '0.9.9', # Start with a small number and increase it with every change you make
20
license="GNU General Public License v3.0", # Chose a license from here: https://help.github.com/articles/licensing-a-repository
21
description = 'Custom widgets and widget animations made for QT applications', # Give a short description about your library
22
long_description=README,
0 commit comments