From a808f6c5061359455ef380250a5c2c421839dffa Mon Sep 17 00:00:00 2001 From: Florian Huber Date: Tue, 12 Mar 2024 17:06:44 +0100 Subject: [PATCH] bump 2 version 1.0.0 --- CHANGELOG.md | 7 ++++++- ms2deepscore/__version__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c1052e2..001f7be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] - 2024-03-12 + +Last version using Tensorflow. Next versions will be using PyTorch. + ### Added - Added split_positive_and_negative_mode.py [#148](https://github.com/matchms/ms2deepscore/pull/148) - Added SettingMS2Deepscore [#151](https://github.com/matchms/ms2deepscore/pull/151) @@ -141,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This is the initial version of MS2DeepScore -[Unreleased]: https://github.com/matchms/ms2deepscore/compare/0.5.0...HEAD +[Unreleased]: https://github.com/matchms/ms2deepscore/compare/1.0.0...HEAD +[1.0.0]: https://github.com/matchms/ms2deepscore/compare/0.5.0...1.0.0 [0.5.0]: https://github.com/matchms/ms2deepscore/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/matchms/ms2deepscore/compare/0.3.1...0.4.0 [0.3.1]: https://github.com/matchms/ms2deepscore/compare/0.3.1...0.3.1 diff --git a/ms2deepscore/__version__.py b/ms2deepscore/__version__.py index 2b8877c5..1f356cc5 100644 --- a/ms2deepscore/__version__.py +++ b/ms2deepscore/__version__.py @@ -1 +1 @@ -__version__ = '0.5.0' +__version__ = '1.0.0'