From 3bd8b1cd6ca4ec904f6793067c6be08c2fae714b Mon Sep 17 00:00:00 2001 From: blakeNaccarato Date: Fri, 28 Jun 2024 12:11:27 -0700 Subject: [PATCH] Bump version --- .copier-answers.yml | 2 +- .github/ISSUE_TEMPLATE/bug-report.yaml | 4 ++-- .github/issue_template.md | 4 ++-- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 5b9b2a18..3a924601 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -10,6 +10,6 @@ project_email: blake.naccarato@gmail.com project_name: boilercv project_owner_github_username: softboiler project_owner_name: Blake Naccarato, Kwang Jin Kim -project_version: 0.0.4 +project_version: 0.0.5 python_version: '3.11' year_of_project_creation: 2022 diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 14a8fc6c..89e0b076 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -13,10 +13,10 @@ body: id: "latest-version" attributes: label: "Please confirm that this bug affects the latest version" - description: "Please verify the issue is present in the latest version by installing it with `pip install boilercv==0.0.4` and checking that the bug is still there" + description: "Please verify the issue is present in the latest version by installing it with `pip install boilercv==0.0.5` and checking that the bug is still there" options: - required: True - label: "This bug affects version `0.0.4` of `boilercv`." + label: "This bug affects version `0.0.5` of `boilercv`." - type: "checkboxes" id: "operating-systems" attributes: diff --git a/.github/issue_template.md b/.github/issue_template.md index cd823192..95a1ed9e 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -10,9 +10,9 @@ Please apply the `bug` label ### Please confirm that this bug affects the latest version - + -- [ ] This bug affects version `0.0.4` of `boilercv`. +- [ ] This bug affects version `0.0.5` of `boilercv`. ### Please indicate which operating system(s) you are using diff --git a/pyproject.toml b/pyproject.toml index 75aba9a9..29f2eb02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "boilercv" -version = "0.0.4" +version = "0.0.5" description = "Computer vision routines suitable for nucleate pool boiling bubble analysis." readme = "README.md" license = { file = "LICENSE" }