Skip to content

Commit

Permalink
Release: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosasko committed Jan 24, 2024
1 parent 8373f65 commit b0c8661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datasets_sql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from packaging import version


__version___ = "0.3.0"
__version___ = "0.4.0"


if version.parse(pyarrow.__version__).major < 5:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="datasets_sql",
version="0.3.0",
version="0.4.0",
description=DESCRIPTION,
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b0c8661

Please sign in to comment.