Skip to content

Commit 2dfae17

Browse files
committed
chore: v0.1.7
1 parent 32815e6 commit 2dfae17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AHN CLI
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
4-
[![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)
4+
[![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)
55
[![CICD Status: Passing](https://img.shields.io/badge/CICD-Passing-brightgreen.svg)](https://github.com/HideBa/ahn-cli/actions)
66

77
## Description

ahn_cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
@click.command()
32-
@click.version_option(version="0.1.6", prog_name="ahn_cli")
32+
@click.version_option(version="0.1.7", prog_name="ahn_cli")
3333
@click.option(
3434
"-o",
3535
"--output",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ahn_cli"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = ""
55
authors = ["HideBa <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)