From d657a227f02670e6b6eed9cac77c0f8a25d51423 Mon Sep 17 00:00:00 2001 From: Niels Date: Thu, 31 Oct 2024 21:49:48 +0100 Subject: [PATCH] Bump minor version --- .github/workflows/python-publish.yml | 2 +- opshin/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 3c63172d..7b51de36 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 2af4c50e..13d0d874 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 212feb32..cd176599 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"