Skip to content

Commit

Permalink
Merge pull request #65 from cokelaer/master
Browse files Browse the repository at this point in the history
update metadata
  • Loading branch information
cokelaer authored Sep 14, 2022
2 parents 7516759 + d278569 commit 79cf691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Changelog
========= ==========================================================================
Version Description
========= ==========================================================================
1.5.1 * fixed regression putting back joblib
1.5.0 * removed easydev and replaced by tqdm for progress bar
* progressbar from tqdm also allows replacement of joblib need
1.4.1 * Update timeout in docs from 10 to 30 seconds by @mpadge in
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

_MAJOR = 1
_MINOR = 4
_MINOR = 5
_MICRO = 1
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)
Expand Down

0 comments on commit 79cf691

Please sign in to comment.