Skip to content

Commit

Permalink
Promote NIMS and NIMG package version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 15, 2024
1 parent 58a205a commit 30d6c54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/generator/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ni_measurement_plugin_sdk_generator"
version = "2.0.0-dev4"
version = "2.0.0-dev5"
description = "Measurement Plugin Code Generator for Python"
authors = ["NI <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ni_measurement_plugin_sdk"
version = "2.0.0-dev4"
version = "2.0.0-dev5"
description = "Measurement Plugin SDK for Python"
authors = ["NI <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extend_exclude = '.tox/,*_pb2_grpc.py,*_pb2_grpc.pyi,*_pb2.py,*_pb2.pyi,ni_measu

[tool.poetry]
name = "ni_measurement_plugin_sdk_service"
version = "2.0.0-dev4"
version = "2.0.0-dev5"
description = "Measurement Plugin Support for Python"
authors = ["NI <[email protected]>"]
readme = "README.md" # apply the repo readme to the package as well
Expand Down

0 comments on commit 30d6c54

Please sign in to comment.