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