Commit 46e636f 1 parent b3b2828 commit 46e636f Copy full SHA for 46e636f
File tree 6 files changed +6
-6
lines changed
src/ITS/ITU/PSeries/P2108
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
16
16
17
17
env :
18
18
LIBRARY_BASE_REPO : NTIA/p2108
19
- LIBRARY_RELEASE_TAG : v1.0-rc. 1
19
+ LIBRARY_RELEASE_TAG : v1.1
20
20
LIBRARY_DESTINATION_DIRECTORY : ' src/ITS/ITU/PSeries/P2108/'
21
21
22
22
jobs :
Original file line number Diff line number Diff line change 20
20
21
21
env :
22
22
LIBRARY_BASE_REPO : NTIA/p2108
23
- LIBRARY_RELEASE_TAG : v1.0-rc. 1
23
+ LIBRARY_RELEASE_TAG : v1.1
24
24
LIBRARY_DESTINATION_DIRECTORY : ' src/ITS/ITU/PSeries/P2108/'
25
25
26
26
jobs :
Original file line number Diff line number Diff line change 33
33
"resource_type" : " publication-softwaredocumentation"
34
34
}
35
35
],
36
- "version" : " 1.0.1 "
36
+ "version" : " 1.1.0 "
37
37
}
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ keywords:
31
31
- rf
32
32
- clutter
33
33
- itu
34
- version : 1.0.1
34
+ version : 1.1.0
Original file line number Diff line number Diff line change 1
1
# Version X.Y.Z: X.Y is the version of the C++ source,
2
2
# and Z is the version of this Python wrapper
3
- __version__ = "1.0.1 "
3
+ __version__ = "1.1.0 "
4
4
5
5
from .p2108 import (
6
6
AeronauticalStatisticalModel ,
Original file line number Diff line number Diff line change 4
4
from .proplib_loader import PropLibCDLL
5
5
6
6
# Load the shared library
7
- lib = PropLibCDLL ("P2108-1.0 " )
7
+ lib = PropLibCDLL ("P2108-1.1 " )
8
8
9
9
# Define function prototypes
10
10
lib .AeronauticalStatisticalModel .restype = c_int
You can’t perform that action at this time.
0 commit comments