Skip to content

Commit

Permalink
preparing for 2.0.0 release (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryonjacob authored Apr 19, 2024
1 parent 7b81f48 commit 6ee0a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion datadotworld/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
)
from datadotworld.datadotworld import DataDotWorld, UriParam # noqa: F401

__version__ = '2.0.0a'
__version__ = '2.0.0'

# Convenience top-level functions

Expand Down

0 comments on commit 6ee0a1c

Please sign in to comment.