Skip to content

Commit 187b740

Browse files
committed
pyproject.toml: Update version to 1.1.0
Signed-off-by: Brad Keryan <brad.keryan@ni.com>
1 parent 6f79e8f commit 187b740

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ni_measurementlink_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_measurementlink_generator"
3-
version = "1.1.0-dev2"
3+
version = "1.1.0"
44
description = "MeasurementLink Code Generator for Python"
55
authors = ["NI <opensource@ni.com>"]
66
readme = "README.md"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude = '''
1111

1212
[tool.poetry]
1313
name = "ni_measurementlink_service"
14-
version = "1.1.0-dev2"
14+
version = "1.1.0"
1515
description = "MeasurementLink Support for Python"
1616
authors = ["NI <opensource@ni.com>"]
1717
readme = "README.md" # apply the repo readme to the package as well

0 commit comments

Comments
 (0)