From e0e4f03f32485cd75a308a3a04ddc01f8f670547 Mon Sep 17 00:00:00 2001 From: Geoff Lee Date: Tue, 19 Oct 2021 15:02:27 +0900 Subject: [PATCH] remove beta tag --- .github/workflows/publish.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 08d2d043..98347d85 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} diff --git a/pyproject.toml b/pyproject.toml index 51b58f42..4bc8cc25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"