Skip to content

Commit e53d277

Browse files
committed
feat: prepare for v1.0.0-beta.1
1 parent 694931e commit e53d277

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "eth-validator-watcher"
3-
version = "0.1.0"
3+
version = "1.0.0-beta.1"
44
description = "Ethereum Validator Watcher"
55
authors = ["Manu NALEPA <[email protected]>, Sébastien Rannou <[email protected]>"]
66
readme = "README.md"
@@ -20,8 +20,6 @@ pydantic-yaml = "^1.2.0"
2020
pydantic-settings = "^2.1.0"
2121
cachetools = "^5.3.3"
2222

23-
snakeviz = "^2.2.0"
24-
viztracer = "^0.16.3"
2523
[tool.poetry.group.dev.dependencies]
2624
mypy = "^1.2.0"
2725
black = "^23.3.0"

0 commit comments

Comments
 (0)