diff --git a/CHANGELOG.md b/CHANGELOG.md index cce0c79..c519291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## [v0.4.1](https://github.com/allenai/tinyhost/releases/tag/v0.4.1) - 2024-09-13 +## [v0.4.2](https://github.com/allenai/tinyhost/releases/tag/v0.4.2) - 2024-09-13 - First public release \ No newline at end of file diff --git a/tinyhost/version.py b/tinyhost/version.py index 008b370..6dddaa8 100644 --- a/tinyhost/version.py +++ b/tinyhost/version.py @@ -2,7 +2,7 @@ _MINOR = "4" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "1" +_PATCH = "2" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""