From e9104e8127fbad80013e244ce1fb793169b52c14 Mon Sep 17 00:00:00 2001 From: jnsbck-uni Date: Wed, 6 Sep 2023 14:30:58 +0200 Subject: [PATCH] chore: update version --- ephyspy/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ephyspy/__version__.py b/ephyspy/__version__.py index e0ac8e2..b7c9d8d 100644 --- a/ephyspy/__version__.py +++ b/ephyspy/__version__.py @@ -14,6 +14,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION = (0, 0, 3) +VERSION = (0, 0, 4) __version__ = ".".join(map(str, VERSION))