Skip to content

Commit 9b9064d

Browse files
[releases/3.1] chore: Update project versions (#1277)
Co-authored-by: dixonjoel <[email protected]>
1 parent c4a05f0 commit 9b9064d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/generator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ni_measurement_plugin_sdk_generator"
3-
version = "3.1.0"
3+
version = "3.1.1.dev0"
44
description = "Measurement Plug-In Code Generator for Python"
55
authors = ["NI <[email protected]>"]
66
readme = "README.md"

packages/sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ni_measurement_plugin_sdk"
3-
version = "3.1.0"
3+
version = "3.1.1.dev0"
44
description = "Measurement Plug-In SDK for Python"
55
authors = ["NI <[email protected]>"]
66
readme = "README.md"

packages/service/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extend_exclude = '.tox/,*_pb2_grpc.py,*_pb2_grpc.pyi,*_pb2.py,*_pb2.pyi,ni_measu
77

88
[tool.poetry]
99
name = "ni_measurement_plugin_sdk_service"
10-
version = "3.1.0"
10+
version = "3.1.1.dev0"
1111
description = "Measurement Plug-In Support for Python"
1212
authors = ["NI <[email protected]>"]
1313
readme = "README.md" # apply the repo readme to the package as well

0 commit comments

Comments
 (0)