Skip to content

Commit

Permalink
chore: Prepare for 1.0.0 release (#41)
Browse files Browse the repository at this point in the history
Preparation for 1.0.0 release.

BREAKING CHANGE: Preparation for 1.0.0 release.
  • Loading branch information
cameronwaterman committed Dec 15, 2022
1 parent 1d76480 commit c61925c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ About
The **nisystemlink-clients** package contains an API (Application Programming
Interface) for `SystemLink <https://ni.com/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
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit c61925c

Please sign in to comment.