Skip to content

Commit b5cb035

Browse files
committed
Update setup.py
1 parent 916dcdc commit b5cb035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'Custom_Widgets.Qss',
1717
],
1818
include_package_data=True,
19-
version = '0.9.8', # Start with a small number and increase it with every change you make
19+
version = '0.9.9', # Start with a small number and increase it with every change you make
2020
license="GNU General Public License v3.0", # Chose a license from here: https://help.github.com/articles/licensing-a-repository
2121
description = 'Custom widgets and widget animations made for QT applications', # Give a short description about your library
2222
long_description=README,

0 commit comments

Comments
 (0)