Skip to content

Commit c7fc274

Browse files
committed
Release of stable version 1.0.0! 🏆 🎆
1 parent 2b87a5d commit c7fc274

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

monitor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0"
1+
__version__ = "1.0.0"
22

33
__all__ = ['websocket_connections', 'zeromq_connection', 'config_manager', 'main']
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
url='https://github.com/ReCodEx/monitor',
1313
license="MIT",
1414
keywords=['ReCodEx', 'messages', 'ZeroMQ', 'WebSockets'],
15-
classifiers=["Development Status :: 3 - Alpha",
15+
classifiers=["Development Status :: 5 - Production/Stable",
1616
"Intended Audience :: Developers",
1717
"License :: OSI Approved :: MIT License",
1818
'Operating System :: POSIX :: Linux',

0 commit comments

Comments
 (0)