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"]