diff --git a/nethsm/VERSION b/nethsm/VERSION index 341cf11..7dff5b8 100644 --- a/nethsm/VERSION +++ b/nethsm/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.2.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 166b5ee..72eae2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dynamic = ["version", "description"] dependencies = [ "urllib3 >=2.0,<2.1", "typing_extensions ~= 4.3.0", - "python-dateutil ~= 2.8.0", + "python-dateutil", ] [project.urls]