Skip to content

Commit 56bfec2

Browse files
committed
Updating forgotten version in init.py.
1 parent 0a74ee2 commit 56bfec2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

monitor/__init__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
__version__ = "1.1.1"
2-
3-
__all__ = ['websocket_connections', 'zeromq_connection', 'config_manager', 'main']
4-
1+
__version__ = "1.2.0"
2+
__all__ = ['websocket_connections', 'zeromq_connection', 'config_manager',
3+
'main']

0 commit comments

Comments
 (0)