Skip to content

Commit a808f6c

Browse files
committed
bump 2 version 1.0.0
1 parent 8b952ce commit a808f6c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2024-03-12
11+
12+
Last version using Tensorflow. Next versions will be using PyTorch.
13+
1014
### Added
1115
- Added split_positive_and_negative_mode.py [#148](https://github.com/matchms/ms2deepscore/pull/148)
1216
- 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
141145

142146
- This is the initial version of MS2DeepScore
143147

144-
[Unreleased]: https://github.com/matchms/ms2deepscore/compare/0.5.0...HEAD
148+
[Unreleased]: https://github.com/matchms/ms2deepscore/compare/1.0.0...HEAD
149+
[1.0.0]: https://github.com/matchms/ms2deepscore/compare/0.5.0...1.0.0
145150
[0.5.0]: https://github.com/matchms/ms2deepscore/compare/0.4.0...0.5.0
146151
[0.4.0]: https://github.com/matchms/ms2deepscore/compare/0.3.1...0.4.0
147152
[0.3.1]: https://github.com/matchms/ms2deepscore/compare/0.3.1...0.3.1

ms2deepscore/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.0'
1+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)