From 46e636ff1103573cad7692c6630fed8dd311ef59 Mon Sep 17 00:00:00 2001 From: Anthony Romaniello <66272872+aromanielloNTIA@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:37:44 -0500 Subject: [PATCH] Update to v1.1.0 --- .github/workflows/pytest.yml | 2 +- .github/workflows/release.yml | 2 +- .zenodo.json | 2 +- CITATION.cff | 2 +- src/ITS/ITU/PSeries/P2108/__init__.py | 2 +- src/ITS/ITU/PSeries/P2108/p2108.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 97f84a9..ee8cf2d 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -16,7 +16,7 @@ concurrency: env: LIBRARY_BASE_REPO: NTIA/p2108 - LIBRARY_RELEASE_TAG: v1.0-rc.1 + LIBRARY_RELEASE_TAG: v1.1 LIBRARY_DESTINATION_DIRECTORY: 'src/ITS/ITU/PSeries/P2108/' jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8644675..2c87ba7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ on: env: LIBRARY_BASE_REPO: NTIA/p2108 - LIBRARY_RELEASE_TAG: v1.0-rc.1 + LIBRARY_RELEASE_TAG: v1.1 LIBRARY_DESTINATION_DIRECTORY: 'src/ITS/ITU/PSeries/P2108/' jobs: diff --git a/.zenodo.json b/.zenodo.json index 5bc6be4..b5d28d5 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -33,5 +33,5 @@ "resource_type": "publication-softwaredocumentation" } ], - "version": "1.0.1" + "version": "1.1.0" } diff --git a/CITATION.cff b/CITATION.cff index c927c56..4afff3e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -31,4 +31,4 @@ keywords: - rf - clutter - itu -version: 1.0.1 +version: 1.1.0 diff --git a/src/ITS/ITU/PSeries/P2108/__init__.py b/src/ITS/ITU/PSeries/P2108/__init__.py index 1c094dc..7dd6a73 100644 --- a/src/ITS/ITU/PSeries/P2108/__init__.py +++ b/src/ITS/ITU/PSeries/P2108/__init__.py @@ -1,6 +1,6 @@ # Version X.Y.Z: X.Y is the version of the C++ source, # and Z is the version of this Python wrapper -__version__ = "1.0.1" +__version__ = "1.1.0" from .p2108 import ( AeronauticalStatisticalModel, diff --git a/src/ITS/ITU/PSeries/P2108/p2108.py b/src/ITS/ITU/PSeries/P2108/p2108.py index 96581f4..c0aa4de 100644 --- a/src/ITS/ITU/PSeries/P2108/p2108.py +++ b/src/ITS/ITU/PSeries/P2108/p2108.py @@ -4,7 +4,7 @@ from .proplib_loader import PropLibCDLL # Load the shared library -lib = PropLibCDLL("P2108-1.0") +lib = PropLibCDLL("P2108-1.1") # Define function prototypes lib.AeronauticalStatisticalModel.restype = c_int