diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 00122af..9711c2c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = False tag = False diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b913164..8262135 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,7 +35,7 @@ body: attributes: label: Row version description: What version of **row** are you using? - placeholder: 0.3.0 + placeholder: 0.3.1 - type: markdown attributes: value: | diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index c1799ff..1d58e25 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -1,7 +1,7 @@ --- name: Release checklist about: '[for maintainer use]' -title: 'Release 0.3.0' +title: 'Release 0.3.1' labels: '' assignees: 'joaander' diff --git a/Cargo.toml b/Cargo.toml index 9afa465..41dc326 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "row" -version = "0.3.0" +version = "0.3.1" edition = "2021" rust-version = "1.77" description = "Row is a command line tool that helps you manage workflows on HPC resources."