Skip to content

Commit 2dbf8da

Browse files
committed
Bump patch version
1 parent 5157f25 commit 2dbf8da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opshin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import warnings
88

9-
__version__ = "0.24.2"
9+
__version__ = "0.24.3"
1010
__author__ = "nielstron"
1111
__author_email__ = "n.muendler@web.de"
1212
__copyright__ = "Copyright (C) 2023 nielstron"

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 = "opshin"
3-
version = "0.24.2"
3+
version = "0.24.3"
44
description = "A simple pythonic programming language for Smart Contracts on Cardano"
55
authors = ["nielstron <n.muendler@web.de>"]
66
license = "MIT"

0 commit comments

Comments
 (0)