File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# AHN CLI
2
2
3
3
[ ![ 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 )
5
5
[ ![ CICD Status: Passing] ( https://img.shields.io/badge/CICD-Passing-brightgreen.svg )] ( https://github.com/HideBa/ahn-cli/actions )
6
6
7
7
## Description
Original file line number Diff line number Diff line change 29
29
30
30
31
31
@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" )
33
33
@click .option (
34
34
"-o" ,
35
35
"--output" ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " ahn_cli"
3
- version = " 0.1.6 "
3
+ version = " 0.1.7 "
4
4
description = " "
5
5
authors = [
" HideBa <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments