Skip to content

Commit 2623941

Browse files
authored
chore: bump to 0.4.1
1 parent 8a42781 commit 2623941

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ClassWidgets/SDK/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
from typing import TYPE_CHECKING
66

7-
__version__ = '0.4.0'
7+
__version__ = '0.4.1'
88
__author__ = 'Class Widgets Official'
99

1010
if TYPE_CHECKING:
@@ -59,4 +59,4 @@
5959
"Plugins must run inside Class Widgets 2 main program.",
6060
ImportWarning,
6161
stacklevel=2
62-
)
62+
)

0 commit comments

Comments
 (0)