From 380839cbe3c73badd9e7b29443b1801917324f48 Mon Sep 17 00:00:00 2001 From: Cameron Waterman Date: Tue, 15 Nov 2022 10:27:59 -0600 Subject: [PATCH] 0.2.0 (#27) * Bump version to 0.2.0 * Quotes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 986f2146..e436cdd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nisystemlink-clients" -version = "0.1.4" +version = "0.2.0" description = "NI-SystemLink Python API" authors = ["National Instruments"] maintainers = ["Carson Moore ", "Paul Spangler "]