mirror of
https://github.com/enpaul/vault2vault.git
synced 2024-11-21 17:46:49 +00:00
Bump feature version for MVP
This commit is contained in:
parent
cecb42022a
commit
626c6df823
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "vault2vault"
|
||||
version = "0.0.0"
|
||||
version = "0.1.0"
|
||||
license = "MIT"
|
||||
authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
|
||||
description = "Recursively rekey ansible-vault encrypted files and in-line variables"
|
||||
|
@ -19,7 +19,7 @@ import ruamel.yaml
|
||||
|
||||
__title__ = "vault2vault"
|
||||
__summary__ = "Recursively rekey ansible-vault encrypted files and in-line variables"
|
||||
__version__ = "0.0.0"
|
||||
__version__ = "0.1.0"
|
||||
__url__ = "https://github.com/enpaul/vault2vault/"
|
||||
__license__ = "MIT"
|
||||
__authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
|
||||
|
Loading…
Reference in New Issue
Block a user