Skip to content

Commit 85baddf

Browse files
authored
pyproject.toml: Update version to 0.8.0 (#436)
1 parent 5ae6a86 commit 85baddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nidaqmx"
3-
version = "0.8.0-dev1"
3+
version = "0.8.0"
44
license = "MIT"
55
description = "NI-DAQmx Python API"
66
authors = ["NI <opensource@ni.com>"]
@@ -124,4 +124,4 @@ module = [
124124
"importlib_metadata",
125125
"mako.*"
126126
]
127-
ignore_missing_imports = true
127+
ignore_missing_imports = true

0 commit comments

Comments
 (0)