Skip to content

Commit

Permalink
update (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwanghan authored Jul 15, 2021
1 parent 9a67a0b commit 5b80e0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Fugue for Kaggle users

## Release History

### 0.3.1

* Use Fugue 0.6.0

### 0.3.0

* Fix dask-sql dependency
Expand Down
2 changes: 1 addition & 1 deletion fuggle_version/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
keywords="fugue kaggle sql spark dask pandas",
url="http://github.com/fugue-project/fuggle",
install_requires=[
"fugue[spark,dask,sql]==0.5.6",
"fugue[spark,dask,sql]==0.6.0",
"tune[all]==0.0.6",
"notebook",
"kaggle",
Expand Down

0 comments on commit 5b80e0f

Please sign in to comment.