diff --git a/Changelog.md b/Changelog.md index b597a20..270c38b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## tomato v0.14.3 + +- Bump lxml from 4.6.2 to 4.6.3. (Pull request [#130](https://github.com/sertansenturk/tomato/pull/130)) + ## tomato v0.14.2 - Fix `theoretical_pitch` unit in `NoteModel` class (Pull request [#128](https://github.com/sertansenturk/tomato/pull/128)) diff --git a/src/tomato/__init__.py b/src/tomato/__init__.py index 745162e..23f0070 100644 --- a/src/tomato/__init__.py +++ b/src/tomato/__init__.py @@ -1 +1 @@ -__version__ = "0.14.2" +__version__ = "0.14.3"