From 7c5e145d359857cc2cfe6cf0c91d4f8c0d28a37c Mon Sep 17 00:00:00 2001 From: Bennett Kanuka Date: Wed, 4 Dec 2019 15:41:43 -0500 Subject: [PATCH] publishing to pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d87b18..183d2c1 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( download_url='https://github.com/bkanuka/trio-paho-mqtt/archive/v0.3.0.tar.gz', author_email='bkanuka@gmail.com', classifiers=[ - 'Development Status :: 4 - Alpha', + 'Development Status :: 4 - Beta', 'Framework :: Trio', 'Topic :: Software Development :: Libraries :: Python Modules', 'Intended Audience :: Developers',