From d4e9f7fcd17059f074a4fa4ad799f3d4a283960b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCndler?= Date: Sun, 4 Feb 2024 16:03:30 +0100 Subject: [PATCH] Bump patch version This version is still compatible with pycardano < 0.10.0 but fixes a number of issues in OpShin version 0.19.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 78ab0171..a487ee30 100644 --- a/opshin/__init__.py +++ b/opshin/__init__.py @@ -6,7 +6,7 @@ import warnings -__version__ = "0.19.0" +__version__ = "0.19.1" __author__ = "nielstron" __author_email__ = "n.muendler@web.de" __copyright__ = "Copyright (C) 2023 nielstron" diff --git a/pyproject.toml b/pyproject.toml index c5cfb33a..1bf38d73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opshin" -version = "0.19.0" +version = "0.19.1" description = "A simple pythonic programming language for Smart Contracts on Cardano" authors = ["nielstron "] license = "MIT"