Skip to content

Commit e0e4f03

Browse files
author
Geoff Lee
committed
remove beta tag
1 parent c907e46 commit e0e4f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: [3.6, 3.7, 3.8, 3.9]
14+
python-version: [3.7, 3.8, 3.9]
1515
poetry-version: [1.1.10]
1616
os: [ubuntu-18.04]
1717
runs-on: ${{ matrix.os }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = "MIT"
1818
packages = [{ include = "terra_sdk" }]
1919
readme = "README.md"
2020
repository = "https://github.com/terra-money/terra-sdk-python"
21-
version = "1.0.0-beta3"
21+
version = "1.0.0"
2222

2323
[tool.poetry.dependencies]
2424
aiohttp = "^3.7.3"

0 commit comments

Comments
 (0)