Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Snedashkovsky authored May 8, 2023
1 parent bcbf9d9 commit 4ea761e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
description = "The Toolset for cyber protocol"
description = "The Toolset for cyber protocol and cosmos ecosystem"
documentation = "https://github.com/Snedashkovsky/cyberutils"
homepage = "https://github.com/Snedashkovsky/cyberutils"
keywords = ["bostrom", "cyber", "knowledge-graph", "dex", "swap", "defi", "crypto", "blockchain", ]
license = "MIT"
packages = [{ include = "cyberutils" }]
readme = "README.md"
repository = "https://github.com/Snedashkovsky/cyberutils.git"
version = "0.0.1"
version = "0.0.2"

[tool.poetry.dependencies]
pandas = "^1.0.0"
Expand Down Expand Up @@ -65,4 +65,4 @@ extend-ignore = "E203"

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.1.0"]
requires = ["poetry-core>=1.1.0"]

0 comments on commit 4ea761e

Please sign in to comment.