Skip to content

Commit

Permalink
dev/v0.4.0 (#202)
Browse files Browse the repository at this point in the history
* updating to 0.4.0

* updating poetry.lock

* adding requirements for GH dependency management

Signed-off-by: Sylvain Chevallier <[email protected]>
  • Loading branch information
Sylvain Chevallier authored Jun 15, 2021
1 parent b171045 commit 2c1322e
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 80 deletions.
2 changes: 1 addition & 1 deletion moabb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# flake8: noqa
__version__ = "0.3.0"
__version__ = "0.4.0"

from moabb.utils import set_log_level
Loading

0 comments on commit 2c1322e

Please sign in to comment.