Skip to content

Commit 5aa78ee

Browse files
committed
update to 0.1.3
1 parent c8c5067 commit 5aa78ee

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.3] - 2021-03-09
11+
1012
## Changed
1113

1214
- Allow users to define L1 and L2 regularization of `SiameseModel` [#67](https://github.com/matchms/ms2deepscore/issues/67)
@@ -35,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3537

3638
- This is the initial version of MS2DeepScore
3739

38-
[Unreleased]: https://github.com/matchms/ms2deepscore/compare/0.1.2...HEAD
40+
[Unreleased]: https://github.com/matchms/ms2deepscore/compare/0.1.3...HEAD
41+
[0.1.3]: https://github.com/matchms/ms2deepscore/compare/0.1.2...0.1.3
3942
[0.1.2]: https://github.com/matchms/ms2deepscore/compare/0.1.1...0.1.2
4043
[0.1.1]: https://github.com/matchms/ms2deepscore/compare/0.1.0...0.1.1
4144
[0.1.0]: https://github.com/matchms/ms2deepscore/releases/tag/0.1.0

ms2deepscore/__version__.py

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

0 commit comments

Comments
 (0)