Skip to content

Commit

Permalink
Merge pull request #641 from jkirk5/0.9.6_increment
Browse files Browse the repository at this point in the history
Increment to 0.9.7
  • Loading branch information
jkirk5 authored Jan 16, 2025
2 parents a9fb750 + c5d5488 commit 08ca1d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.4-dev
current_version = 0.9.6
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body:
attributes:
label: Aviary Version
description: What version of Aviary is being used.
placeholder: "0.9.4-dev"
placeholder: "0.9.6"
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion aviary/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.4-dev"
__version__ = "0.9.6"
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
version=__version__,
packages=find_packages(),
install_requires=[
"openmdao>=3.33.0",
"openmdao>=3.36.0",
"dymos>=1.8.1",
"hvplot",
"importlib_resources",
Expand Down Expand Up @@ -68,7 +68,7 @@
"models/small_single_aisle/*",
"models/test_aircraft/*",
"visualization/assets/*",
"visualization/assets/aviary_vars/*"
"visualization/assets/aviary_vars/*",
],
f"{pkgname}.docs": [
"*.py",
Expand All @@ -87,6 +87,6 @@
],
'openmdao_report': [
'aviary_reports=aviary.interface.reports:register_custom_reports',
]
}
],
},
)

0 comments on commit 08ca1d9

Please sign in to comment.