We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b9d0c4 + 3dfb4ea commit 0e63103Copy full SHA for 0e63103
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.9.3-dev
+current_version = 0.9.3
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -21,7 +21,7 @@ body:
21
attributes:
22
label: Aviary Version
23
description: What version of Aviary is being used.
24
- placeholder: "0.9.3-dev"
+ placeholder: "0.9.3"
25
validations:
26
required: true
27
- type: textarea
aviary/__init__.py
@@ -1 +1 @@
-__version__ = "0.9.3-dev"
+__version__ = "0.9.3"
0 commit comments