Skip to content

Commit b3b2828

Browse files
Bump version to 1.0.1
1 parent 487d621 commit b3b2828

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"resource_type": "publication-softwaredocumentation"
3434
}
3535
],
36-
"version": "1.0.0"
36+
"version": "1.0.1"
3737
}

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ keywords:
3131
- rf
3232
- clutter
3333
- itu
34-
version: 1.0.0
34+
version: 1.0.1

src/ITS/ITU/PSeries/P2108/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version X.Y.Z: X.Y is the version of the C++ source,
22
# and Z is the version of this Python wrapper
3-
__version__ = "1.0.0"
3+
__version__ = "1.0.1"
44

55
from .p2108 import (
66
AeronauticalStatisticalModel,

0 commit comments

Comments
 (0)