Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Oct 31, 2024
1 parent c93e904 commit d657a22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion opshin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import warnings

__version__ = "0.23.1"
__version__ = "0.24.0"
__author__ = "nielstron"
__author_email__ = "[email protected]"
__copyright__ = "Copyright (C) 2023 nielstron"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d657a22

Please sign in to comment.