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 8cb729e commit 0c9cd9cCopy full SHA for 0c9cd9c
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "uplc"
3
-version = "1.0.12"
+version = "1.0.13"
4
description = "Python implementation of untyped plutus language core"
5
authors = ["nielstron <n.muendler@web.de>"]
6
license = "MIT"
uplc/__init__.py
@@ -5,7 +5,7 @@
import logging
7
8
-__version__ = "1.0.12"
+__version__ = "1.0.13"
9
__author__ = "nielstron"
10
__author_email__ = "n.muendler@web.de"
11
__copyright__ = "Copyright (C) 2023 nielstron"
0 commit comments