From 75241f60f49bb25794df9fe1ff802887176e1d02 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Tue, 10 Nov 2020 01:58:08 +0100 Subject: [PATCH] introduce beta status --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 356fa41..d24379d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name = "pyinotifyd", # 3 - Alpha # 4 - Beta # 5 - Production/Stable - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python",