diff --git a/README.rst b/README.rst
index 3164f8f60e52d3e9f33cbcafdb15820f4fb01b80..943f2ac06b8f1d0bf2f9d4b400be8b067167f76b 100644
--- a/README.rst
+++ b/README.rst
@@ -5,8 +5,6 @@ My Nagios plugin wrapper
     :target: https://git.shore.co.il/shore/mnpw/-/commits/master
     :alt: pipeline status
 
-*This software is in early development and is not intended for use yet.*
-
 The goal of this project is running Nagios plugins without a monitoring system.
 It is intended for my personal use as the warning and critical alerts go to `my
 notification mechanism <https://git.shore.co.il/nimrod/nextcloud-notifier>`_.
diff --git a/pyproject.toml b/pyproject.toml
index d59747e78f79185449d537612b54fcf9348df9c8..9cbf63bac1c0404bd3d9344b7d6c6b870ca71f6b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ license = "MIT"
 homepage = "https://git.shore.co.il/shore/mnpw"
 repository = "https://git.shore.co.il/shore/mnpw"
 classifiers = [
-    "Development Status :: 3 - Alpha",
+    "Development Status :: 4 - Beta",
     "Environment :: Console",
     "Intended Audience :: Information Technology",
     "Intended Audience :: System Administrators",