-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Promote NIMS and NIMG package version
- Loading branch information
1 parent
58a205a
commit 30d6c54
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|