Skip to content

Commit

Permalink
update to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-huber committed Feb 24, 2021
1 parent 5137818 commit f5faa21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2021-24-02

### Added

- Split network creation into `create_network` and `create_network_asymmetric` [#5](https://github.com/matchms/matchms_extras/pull/5)
Expand All @@ -29,5 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- This is the initial version mostly taken from https://github.com/iomega/spec2vec_gnps_data_analysis

[Unreleased]: https://github.com/matchms/matchms_extras/compare/0.1.0...HEAD
[Unreleased]: https://github.com/matchms/matchms_extras/compare/0.2.1...HEAD
[0.2.1]: https://github.com/matchms/matchms_extras/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/matchms/matchms_extras/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/matchms/matchms_extras/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion matchms_extras/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit f5faa21

Please sign in to comment.