diff --git a/pyproject.toml b/pyproject.toml index dd760b3..0df5600 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dataverse-api" -version = "1.3.2" +version = "1.4.0" description = "Abstraction layer for interacting with Microsoft Dataverse Web API using Python." authors = [{ name = "Marcus Risanger", email = "69350948+MarcusRisanger@users.noreply.github.com" }] requires-python = ">=3.11,<4" diff --git a/uv.lock b/uv.lock index 71a37e5..6fe11e0 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.11, <4" resolution-markers = [ "python_full_version >= '3.12'", @@ -258,7 +258,7 @@ wheels = [ [[package]] name = "dataverse-api" -version = "1.3.2" +version = "1.4.0" source = { editable = "." } dependencies = [ { name = "narwhals" },