We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5157f25 commit 2dbf8daCopy full SHA for 2dbf8da
opshin/__init__.py
@@ -6,7 +6,7 @@
6
7
import warnings
8
9
-__version__ = "0.24.2"
+__version__ = "0.24.3"
10
__author__ = "nielstron"
11
__author_email__ = "n.muendler@web.de"
12
__copyright__ = "Copyright (C) 2023 nielstron"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "opshin"
3
-version = "0.24.2"
+version = "0.24.3"
4
description = "A simple pythonic programming language for Smart Contracts on Cardano"
5
authors = ["nielstron <n.muendler@web.de>"]
license = "MIT"
0 commit comments