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