Skip to content

Commit

Permalink
Merge pull request #129 from swryan/0.9.3
Browse files Browse the repository at this point in the history
Updated version for 0.9.3 release
  • Loading branch information
swryan authored Feb 6, 2024
2 parents 6b9d0c4 + 3dfb4ea commit 0e63103
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3-dev
current_version = 0.9.3
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.3-dev"
placeholder: "0.9.3"
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.3-dev"
__version__ = "0.9.3"

0 comments on commit 0e63103

Please sign in to comment.