Bump version to 2.2.1

This commit is contained in:
codeking 2026-01-20 20:03:11 +01:00
parent 58f256b2e1
commit ff43776171

View file

@ -1,6 +1,6 @@
[project] [project]
name = "sp-hydra-veil-cli" name = "sp-hydra-veil-cli"
version = "2.2.0" version = "2.2.1"
authors = [ authors = [
{ name = "Simplified Privacy" }, { name = "Simplified Privacy" },
] ]
@ -12,7 +12,7 @@ classifiers = [
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
] ]
dependencies = [ dependencies = [
"sp-hydra-veil-core == 2.2.0", "sp-hydra-veil-core == 2.2.1",
] ]
[project.urls] [project.urls]