Skip to content

Commit

Permalink
Delete old build files before building and add missing __init__.py (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
taral authored Aug 26, 2021
1 parent 606cd2d commit 688e503
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
set -euf
bash style.sh
bash tests.sh
rm -rf build
rm -rf dist
python3 setup.py sdist bdist_wheel
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="exabel-data-sdk",
version="0.0.19",
version="0.0.20",
author="Exabel",
author_email="[email protected]",
description="Python SDK for the Exabel Data API",
Expand Down

0 comments on commit 688e503

Please sign in to comment.