Version following core's bump
This commit is contained in:
parent
8201bd3b0a
commit
caacb71c51
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ classifiers = [
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"sp-hydra-veil-core == 2.2.1",
|
"sp-hydra-veil-core == 2.3.8",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
@ -25,3 +25,4 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["cli"]
|
packages = ["cli"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue