Skip to content

Commit 2db14df

Browse files
committed
Edit version
1 parent 8c43216 commit 2db14df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kivymd/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
from kivy import Logger
1919

20-
__version_info__ = (0, 92, 5)
21-
__version__ = '0.92.5'
20+
__version_info__ = (0, 92, 6)
21+
__version__ = '0.92.6'
2222

2323
path = os.path.dirname(__file__)
2424
fonts_path = os.path.join(path, "fonts/")

0 commit comments

Comments
 (0)