diff --git a/README.rst b/README.rst index 9ef6ecb..216bd43 100644 --- a/README.rst +++ b/README.rst @@ -8,8 +8,7 @@ About The **nisystemlink-clients** package contains an API (Application Programming Interface) for `SystemLink `_ that uses HTTP to interact with a SystemLink Server. The package is implemented in Python. NI -created and supports this package. The 0.X.X versions are still under active -development and the API is subject to change across these version. +created and supports this package. .. image:: https://badge.fury.io/py/nisystemlink-clients.svg :target: https://badge.fury.io/py/nisystemlink-clients diff --git a/pyproject.toml b/pyproject.toml index 4e063fa..c87e31a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = "MIT" readme = "README.rst" packages = [{ include = "nisystemlink" }] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", @@ -75,7 +75,6 @@ exclude = ".*\\.pyi" branch = "master" version_toml = ["pyproject.toml:tool.poetry.version"] build_command = "poetry build" -major_on_zero = false [build-system] requires = ["poetry-core"]