Skip to content

Commit

Permalink
feat: prepare for v1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aimxhaisse committed Jun 21, 2024
1 parent 694931e commit e53d277
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eth-validator-watcher"
version = "0.1.0"
version = "1.0.0-beta.1"
description = "Ethereum Validator Watcher"
authors = ["Manu NALEPA <emmanuel.nalepa@kiln.fi>, Sébastien Rannou <mxs@kiln.fi>"]
readme = "README.md"
Expand All @@ -20,8 +20,6 @@ pydantic-yaml = "^1.2.0"
pydantic-settings = "^2.1.0"
cachetools = "^5.3.3"

snakeviz = "^2.2.0"
viztracer = "^0.16.3"
[tool.poetry.group.dev.dependencies]
mypy = "^1.2.0"
black = "^23.3.0"
Expand Down

0 comments on commit e53d277

Please sign in to comment.