Skip to content

Commit

Permalink
bump 2 version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-huber committed Mar 12, 2024
1 parent 8b952ce commit a808f6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ms2deepscore/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.0'
__version__ = '1.0.0'

0 comments on commit a808f6c

Please sign in to comment.