From 24efa7f2f90480ec6922e008c75aeb281593cade Mon Sep 17 00:00:00 2001 From: Tim Daniel Metzler Date: Tue, 22 Aug 2023 15:46:28 +0200 Subject: [PATCH] Update e2xcore and e2xauthoring versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 23874696..91c0aeaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,8 @@ classifiers=[ "Programming Language :: Python :: 3.11", ] dependencies = [ - "e2xcore>=0.0.4", - "e2xauthoring>=0.2.0.dev3", + "e2xcore>=0.0.5", + "e2xauthoring>=0.2.0", "pandas" ] dynamic = ["version"]