From 6ee0a1cc0eba621eff922aa1129a1acff19b7b62 Mon Sep 17 00:00:00 2001 From: Bryon Jacob Date: Fri, 19 Apr 2024 07:45:49 -0500 Subject: [PATCH] preparing for 2.0.0 release (#146) --- CONTRIBUTING.md | 2 +- datadotworld/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01a4af5..628851b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ $ git remote add upstream https://github.com/datadotworld/data.world-py.git #### Python Version Support The following list of python versions have been tested and have been found to work with the SDK. This is not a conclusive list and should be amended to include other versions that have worked for others: - - 3.5.9 + - 3.12.3 Run the command below to install packages required: diff --git a/datadotworld/__init__.py b/datadotworld/__init__.py index 3fcd3e6..babf9d1 100644 --- a/datadotworld/__init__.py +++ b/datadotworld/__init__.py @@ -35,7 +35,7 @@ ) from datadotworld.datadotworld import DataDotWorld, UriParam # noqa: F401 -__version__ = '2.0.0a' +__version__ = '2.0.0' # Convenience top-level functions