From 7af69cf118e71eb18ed8894bdc16a1fc6d82ae6b Mon Sep 17 00:00:00 2001 From: Doug Boulware Date: Tue, 14 May 2024 12:17:28 -0400 Subject: [PATCH 1/2] actions 10.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f59a884..02f6ced 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ dependencies = [ "environs>=9.5.0", "tekrsa-api-wrap>=1.3.3", - "scos_actions @ git+https://github.com/NTIA/scos-actions@10.0.1", + "scos_actions @ git+https://github.com/NTIA/scos-actions@10.0.2", ] [project.optional-dependencies] From 78a1746aae282b06063f47ddf9c7671fe1067e42 Mon Sep 17 00:00:00 2001 From: Doug Boulware Date: Tue, 14 May 2024 12:22:25 -0400 Subject: [PATCH 2/2] increment version. --- src/scos_tekrsa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scos_tekrsa/__init__.py b/src/scos_tekrsa/__init__.py index 57f5a3a..6cb1c69 100644 --- a/src/scos_tekrsa/__init__.py +++ b/src/scos_tekrsa/__init__.py @@ -1,2 +1,2 @@ -__version__ = "7.0.0" +__version__ = "7.0.1"