From 5ba784d057578b9234c2135b28b344ebd27f9001 Mon Sep 17 00:00:00 2001 From: Tim Daniel Metzler Date: Mon, 21 Aug 2023 13:01:17 +0200 Subject: [PATCH] Bump e2xcore version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0f3e1fc..23874696 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers=[ "Programming Language :: Python :: 3.11", ] dependencies = [ - "e2xcore>=0.0.3", + "e2xcore>=0.0.4", "e2xauthoring>=0.2.0.dev3", "pandas" ]