Skip to content

Commit

Permalink
chore: v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
HideBa committed Feb 24, 2024
1 parent 32815e6 commit 2dfae17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.0-green.svg)](https://github.com/HideBa/ahn-cli/releases/tag/v0.1.0)
[![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)
[![CICD Status: Passing](https://img.shields.io/badge/CICD-Passing-brightgreen.svg)](https://github.com/HideBa/ahn-cli/actions)

## Description
Expand Down
2 changes: 1 addition & 1 deletion ahn_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


@click.command()
@click.version_option(version="0.1.6", prog_name="ahn_cli")
@click.version_option(version="0.1.7", prog_name="ahn_cli")
@click.option(
"-o",
"--output",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ahn_cli"
version = "0.1.6"
version = "0.1.7"
description = ""
authors = ["HideBa <baba.papa1120.ba@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 2dfae17

Please sign in to comment.