diff --git a/.bumpversion.toml b/.bumpversion.toml deleted file mode 100644 index cf90f1f..0000000 --- a/.bumpversion.toml +++ /dev/null @@ -1,15 +0,0 @@ -# SPDX-FileCopyrightText: 2025 Ethersecurity Inc. -# -# SPDX-License-Identifier: MPL-2.0 - -# Author: Shohei KAMON - -[bumpversion] -current_version = "0.1.5" -commit = false -tag = false - -[[bumpversion.files]] -filename = "pyproject.toml" -search = 'version = "{current_version}"' -replace = 'version = "{new_version}"' diff --git a/pyproject.toml b/pyproject.toml index 3c74232..a68d4bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ [project] name = "fireblocks-cli" -version = "0.1.6" +version = "0.1.7" description = "An unofficial CLI for managing Fireblocks services." authors = [{ name = "Kamon Shohei", email = "cameong@stir.network" }] readme = "README.md"