File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.9.7-dev
2
+ current_version = 0.9.8
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Original file line number Diff line number Diff line change 21
21
attributes :
22
22
label : Aviary Version
23
23
description : What version of Aviary is being used.
24
- placeholder : " 0.9.7-dev "
24
+ placeholder : " 0.9.8 "
25
25
validations :
26
26
required : true
27
27
- type : textarea
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
46
46
47
47
# latest versions of openmdao/dymos
48
48
- NAME : latest
49
- PY : ' 3.10 '
49
+ PY : ' 3.12 '
50
50
NUMPY : 1
51
51
SCIPY : 1
52
- PYOPTSPARSE : ' v2.9.1 '
52
+ PYOPTSPARSE : ' v2.12.0 '
53
53
SNOPT : ' 7.7'
54
54
OPENMDAO : ' latest'
55
55
DYMOS : ' latest'
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ identifiers:
27
27
repository-code : ' https://github.com/OpenMDAO/Aviary'
28
28
repository : ' https://github.com/OpenMDAO/Aviary_Community'
29
29
license : Apache-2.0
30
- version : 0.9.7
30
+ version : 0.9.8
Original file line number Diff line number Diff line change 1
- __version__ = "0.9.7-dev "
1
+ __version__ = "0.9.8 "
You can’t perform that action at this time.
0 commit comments