Skip to content

Commit c61925c

Browse files
author
Cameron Waterman
authored
chore: Prepare for 1.0.0 release (#41)
Preparation for 1.0.0 release. BREAKING CHANGE: Preparation for 1.0.0 release.
1 parent 1d76480 commit c61925c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ About
88
The **nisystemlink-clients** package contains an API (Application Programming
99
Interface) for `SystemLink <https://ni.com/systemlink>`_ that uses HTTP to
1010
interact with a SystemLink Server. The package is implemented in Python. NI
11-
created and supports this package. The 0.X.X versions are still under active
12-
development and the API is subject to change across these version.
11+
created and supports this package.
1312

1413
.. image:: https://badge.fury.io/py/nisystemlink-clients.svg
1514
:target: https://badge.fury.io/py/nisystemlink-clients

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT"
1313
readme = "README.rst"
1414
packages = [{ include = "nisystemlink" }]
1515
classifiers = [
16-
"Development Status :: 4 - Beta",
16+
"Development Status :: 5 - Production/Stable",
1717
"Intended Audience :: Developers",
1818
"Intended Audience :: Manufacturing",
1919
"Intended Audience :: Science/Research",
@@ -75,7 +75,6 @@ exclude = ".*\\.pyi"
7575
branch = "master"
7676
version_toml = ["pyproject.toml:tool.poetry.version"]
7777
build_command = "poetry build"
78-
major_on_zero = false
7978

8079
[build-system]
8180
requires = ["poetry-core"]

0 commit comments

Comments
 (0)