Skip to content

Commit 3e89037

Browse files
authored
Update version to 0.0.21 in __init__.py (#16)
1 parent a04c98a commit 3e89037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py_spring_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from py_spring_core.event.application_event_publisher import ApplicationEventPublisher
2323
from py_spring_core.event.commons import ApplicationEvent
2424

25-
__version__ = "0.0.20"
25+
__version__ = "0.0.21"
2626

2727
__all__ = [
2828
"PySpringApplication",

0 commit comments

Comments
 (0)