Skip to content

Commit

Permalink
bump version for release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
godaup committed Jan 10, 2025
1 parent f625fc1 commit 1cac79f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.2 (01/10/2025):
Post release fixes. Remove outdated installation instructions.

## 1.0.1 (12/31/2024):
Post release fixes. Renaming of `mml-data` to `mml-tasks` and updating some urls.

Expand Down
2 changes: 1 addition & 1 deletion src/mml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
# deactivate warning on non-up-to-date albumentations version
os.environ["NO_ALBUMENTATIONS_UPDATE"] = "1"

VERSION = (1, 0, 1)
VERSION = (1, 0, 2)
__version__ = ".".join(map(str, VERSION))
__all__ = ["__version__"]

0 comments on commit 1cac79f

Please sign in to comment.