Skip to content

Commit

Permalink
chore: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
HideBa committed Feb 4, 2024
1 parent 674cd8a commit dc505d6
Show file tree
Hide file tree
Showing 2 changed files with 4 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-1.0.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.0-green.svg)](https://github.com/HideBa/ahn-cli/releases/tag/v0.1.0)
[![CICD Status: Passing](https://img.shields.io/badge/CICD-Passing-brightgreen.svg)](https://github.com/HideBa/ahn-cli/actions)

## Description
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tool.poetry]
name = "ahn_cli"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["HideBa <baba.papa1120.ba@gmail.com>"]
license = "MIT"
readme = "README.md"
packages = [{ include = "ahn_cli", from = "./" }]
include = ["ahn_cli/*", "ahn_cli/**/*"]
include = ["ahn_cli/**/*", "README.md", "pyproject.toml", "LICENSE"]
exclude = ["ahn_cli/test/*"]

[tool.poetry.scripts]
ahn_cli = "ahn_cli.main:main"
Expand Down

0 comments on commit dc505d6

Please sign in to comment.