From c91700837d85fae0dd17bcb61d7d5252663f7a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCndler?= Date: Sat, 1 Jul 2023 22:27:34 +0200 Subject: [PATCH] Bump version to 0.15.0 --- opshin/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opshin/__init__.py b/opshin/__init__.py index becffc45..7033d79c 100644 --- a/opshin/__init__.py +++ b/opshin/__init__.py @@ -6,7 +6,7 @@ import warnings -__version__ = "0.14.3" +__version__ = "0.15.0" __author__ = "nielstron" __author_email__ = "n.muendler@web.de" __copyright__ = "Copyright (C) 2023 nielstron" diff --git a/pyproject.toml b/pyproject.toml index 54435981..1bbf5261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opshin" -version = "0.14.3" +version = "0.15.0" description = "A simple pythonic programming language for Smart Contracts on Cardano" authors = ["nielstron "] license = "MIT"