Skip to content

Commit

Permalink
nothing to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpiger committed Aug 20, 2024
1 parent ca6ff95 commit a8fd6db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ _The simple CLI tool to bootstrap instances of VKS workload clusters_

- Build the CLI
```bash
rm -rf dist
python3 -m build
twine check dist/*
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "vks-bootstraper"
version = "1.3.10"
version = "1.4.0"
description = "The CLI tool to boostrap the instances of VKS clusters."
readme = "README.md"
authors = [{ name = "Cuong. Duong Manh", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion vks_bootstraper/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


@click.group()
@click.version_option("1.3.10", prog_name="vks-bootstraper")
@click.version_option("1.4.0", prog_name="vks-bootstraper")
def cli():
pass

Expand Down

0 comments on commit a8fd6db

Please sign in to comment.