Skip to content

Commit

Permalink
Merge pull request #3089 from swryan/3.30.1-dev
Browse files Browse the repository at this point in the history
Incremented version to 3.30.1-dev
  • Loading branch information
swryan committed Dec 8, 2023
2 parents 77bbdd6 + 20c93a9 commit 2805b28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.30.0
current_version = 3.30.1-dev
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
Expand Up @@ -23,7 +23,7 @@ body:
attributes:
label: OpenMDAO Version
description: What version of OpenMDAO is being used.
placeholder: "3.30.0"
placeholder: "3.30.1-dev"
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion openmdao/__init__.py
@@ -1,3 +1,3 @@
__version__ = '3.30.0'
__version__ = '3.30.1-dev'

INF_BOUND = 1.0E30

0 comments on commit 2805b28

Please sign in to comment.