Skip to content

Commit

Permalink
Merge pull request #88 from RECETOX/xtrojak-patch-1
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
xtrojak authored Apr 5, 2022
2 parents 6c60ed0 + e487554 commit 2786597
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 @@ -6,10 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [dev] - unreleased
### Added
### Changed
### Removed

## [0.2.1] - 2022-04-05
### Added
* try-finally block to ensure the Monitor thread is always terminated [#86](https://github.com/RECETOX/MSMetaEnhancer/issues/86)
### Changed
* improved parsing of PubChem responses [#84](https://github.com/RECETOX/MSMetaEnhancer/issues/84)
### Removed

## [0.2.0] - 2022-03-19
### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='MSMetaEnhancer',
version='0.2',
version='0.2.1',
description='Repository for tool that adds more annotations '
'(e.g. SMILES, InChI, CAS number) to MSP files (Python version).',
url='https://github.com/RECETOX/MSMetaEnhancer',
Expand Down

0 comments on commit 2786597

Please sign in to comment.