diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db1fdc..f90153a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.0.4 (2020-06-19) - [Bugfix] Fix broken `tutor ui` command in binary diff --git a/tutor/__about__.py b/tutor/__about__.py index 069a364..a51dfcb 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.0.3" +__version__ = "10.0.4"