diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 3c63172..7b51de3 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -13,7 +13,7 @@ jobs: with: generateReleaseNotes: true makeLatest: true - prerelease: true + prerelease: false skipIfReleaseExists: true # Build and publish the package to pypi. - name: Build and publish to pypi diff --git a/opshin/__init__.py b/opshin/__init__.py index 2af4c50..13d0d87 100644 --- a/opshin/__init__.py +++ b/opshin/__init__.py @@ -6,7 +6,7 @@ import warnings -__version__ = "0.23.1" +__version__ = "0.24.0" __author__ = "nielstron" __author_email__ = "n.muendler@web.de" __copyright__ = "Copyright (C) 2023 nielstron" diff --git a/pyproject.toml b/pyproject.toml index 212feb3..cd17659 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opshin" -version = "0.23.1" +version = "0.24.0" description = "A simple pythonic programming language for Smart Contracts on Cardano" authors = ["nielstron "] license = "MIT"