Skip to content

Commit

Permalink
Merge pull request #171 from terra-money/fix/proto-version
Browse files Browse the repository at this point in the history
fix sdk and proto version
  • Loading branch information
JSHan94 authored Jul 28, 2022
2 parents 3b5c795 + e837751 commit 4e6a377
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license = "MIT"
packages = [{ include = "terra_sdk" }]
readme = "README.md"
repository = "https://github.com/terra-money/terra.py"
version = "3.0.0"
version = "3.0.1"

[tool.poetry.dependencies]
aiohttp = "^3.8.1"
Expand All @@ -35,7 +35,7 @@ boltons = "^21.0.0"
nest-asyncio = "^1.5.4"
attrs = "^21.4.0"
wrapt = "^1.13.3"
terra-proto = "2.1.0b1"
terra-proto = "2.1.0"

[tool.poetry.dev-dependencies]
aioresponses = "^0.7.2"
Expand Down

0 comments on commit 4e6a377

Please sign in to comment.