From ce2b1608eb3af7b4cafca4d2f7d89fa7d4a28554 Mon Sep 17 00:00:00 2001 From: HideBa Date: Tue, 5 Mar 2024 16:22:54 +0100 Subject: [PATCH] chore: v0.1.8 --- README.md | 2 +- ahn_cli/main.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0fa346a..a0a3db5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AHN CLI [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) -[![Version: 1.0.0](https://img.shields.io/badge/Version-0.1.7-green.svg)](https://github.com/HideBa/ahn-cli/releases/tag/v0.1.7) +[![Version: 1.0.0](https://img.shields.io/badge/Version-0.1.8-green.svg)](https://github.com/HideBa/ahn-cli/releases/tag/v0.1.8) [![CICD Status: Passing](https://img.shields.io/badge/CICD-Passing-brightgreen.svg)](https://github.com/HideBa/ahn-cli/actions) ## Description diff --git a/ahn_cli/main.py b/ahn_cli/main.py index aa80ae8..ba1d0d7 100644 --- a/ahn_cli/main.py +++ b/ahn_cli/main.py @@ -29,7 +29,7 @@ @click.command() -@click.version_option(version="0.1.7", prog_name="ahn_cli") +@click.version_option(version="0.1.8", prog_name="ahn_cli") @click.option( "-o", "--output", diff --git a/pyproject.toml b/pyproject.toml index 4b1482d..46f904e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ahn_cli" -version = "0.1.7" +version = "0.1.8" description = "" authors = ["HideBa "] license = "MIT"