Skip to content

Commit 0c9cd9c

Browse files
committed
Patch release
1 parent 8cb729e commit 0c9cd9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "uplc"
3-
version = "1.0.12"
3+
version = "1.0.13"
44
description = "Python implementation of untyped plutus language core"
55
authors = ["nielstron <n.muendler@web.de>"]
66
license = "MIT"

uplc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import logging
66

77

8-
__version__ = "1.0.12"
8+
__version__ = "1.0.13"
99
__author__ = "nielstron"
1010
__author_email__ = "n.muendler@web.de"
1111
__copyright__ = "Copyright (C) 2023 nielstron"

0 commit comments

Comments
 (0)