File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.9.4-dev
2
+ current_version = 0.9.6
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.4-dev "
24
+ placeholder : " 0.9.6 "
25
25
validations :
26
26
required : true
27
27
- type : textarea
Original file line number Diff line number Diff line change 1
- __version__ = "0.9.4-dev "
1
+ __version__ = "0.9.6 "
Original file line number Diff line number Diff line change 31
31
version = __version__ ,
32
32
packages = find_packages (),
33
33
install_requires = [
34
- "openmdao>=3.33 .0" ,
34
+ "openmdao>=3.36 .0" ,
35
35
"dymos>=1.8.1" ,
36
36
"hvplot" ,
37
37
"importlib_resources" ,
68
68
"models/small_single_aisle/*" ,
69
69
"models/test_aircraft/*" ,
70
70
"visualization/assets/*" ,
71
- "visualization/assets/aviary_vars/*"
71
+ "visualization/assets/aviary_vars/*" ,
72
72
],
73
73
f"{ pkgname } .docs" : [
74
74
"*.py" ,
87
87
],
88
88
'openmdao_report' : [
89
89
'aviary_reports=aviary.interface.reports:register_custom_reports' ,
90
- ]
91
- }
90
+ ],
91
+ },
92
92
)
You can’t perform that action at this time.
0 commit comments