From 34ffa029115e7454a04bfaa3d8ca83f97281b082 Mon Sep 17 00:00:00 2001 From: Julian B Date: Wed, 3 Apr 2024 19:20:06 +0200 Subject: [PATCH] bump version to v1.0.4 --- pretix_wallet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pretix_wallet/__init__.py b/pretix_wallet/__init__.py index 976498a..92192ee 100644 --- a/pretix_wallet/__init__.py +++ b/pretix_wallet/__init__.py @@ -1 +1 @@ -__version__ = "1.0.3" +__version__ = "1.0.4"