Skip to content

Commit

Permalink
pyproject.toml: Update version to 0.8.0 (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeryan authored Jul 12, 2023
1 parent 5ae6a86 commit 85baddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nidaqmx"
version = "0.8.0-dev1"
version = "0.8.0"
license = "MIT"
description = "NI-DAQmx Python API"
authors = ["NI <opensource@ni.com>"]
Expand Down Expand Up @@ -124,4 +124,4 @@ module = [
"importlib_metadata",
"mako.*"
]
ignore_missing_imports = true
ignore_missing_imports = true

0 comments on commit 85baddf

Please sign in to comment.