Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
pypi tests
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever committed Dec 14, 2022
1 parent 6d0abe9 commit 9a25197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lido-sdk"
version = "2.6.0"
version = "2.6.5"
description = "This library consolidates various functions to efficiently load network data for Lido, validate node operator keys and find key duplicates."
authors = ["Lido <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# Where the magic happens:
setup(
name="lido-sdk",
version="2.6.0",
version="2.6.5",
description="This library consolidates various functions to efficiently load network data for Lido,"
" validate node operator keys and find key duplicates.",
long_description=long_description,
Expand Down

0 comments on commit 9a25197

Please sign in to comment.