Release 2.8.9

This commit is contained in:
Yeison Cardona 2021-08-13 19:29:14 -05:00
parent 85c18e375a
commit 8e50745870
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
.. automodule:: qt_material.hook-qt_material
:members:
:no-undoc-members:
:no-show-inheritance:

View File

@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='qt-material', name='qt-material',
version='2.8.8', version='2.8.9',
packages=['qt_material', packages=['qt_material',
'qt_material.resources', 'qt_material.resources',
'qt_material.resources.source'], 'qt_material.resources.source'],