Skip to content

Commit

Permalink
Release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosasko committed Nov 6, 2022
1 parent 625fddb commit 64b2934
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.1.1"
__version___ = "0.2.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.1.1",
version="0.2.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 64b2934

Please sign in to comment.