From 4ea761e5f7c5fa4c1ae1c96de9ba6e15a7e9cc68 Mon Sep 17 00:00:00 2001 From: Serge Nedashkovsky Date: Mon, 8 May 2023 13:26:26 +0800 Subject: [PATCH] Update version --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 28b1708..f66d8ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ 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", ] @@ -18,7 +18,7 @@ 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" @@ -65,4 +65,4 @@ extend-ignore = "E203" [build-system] build-backend = "poetry.core.masonry.api" -requires = ["poetry-core>=1.1.0"] \ No newline at end of file +requires = ["poetry-core>=1.1.0"]