Skip to content

Commit

Permalink
remove beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Lee committed Oct 19, 2021
1 parent c907e46 commit e0e4f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]
poetry-version: [1.1.10]
os: [ubuntu-18.04]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = "MIT"
packages = [{ include = "terra_sdk" }]
readme = "README.md"
repository = "https://github.com/terra-money/terra-sdk-python"
version = "1.0.0-beta3"
version = "1.0.0"

[tool.poetry.dependencies]
aiohttp = "^3.7.3"
Expand Down

0 comments on commit e0e4f03

Please sign in to comment.