Skip to content

Commit

Permalink
Merge pull request #148 from RECETOX/release_030
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
xtrojak authored May 12, 2023
2 parents 43f6836 + 51db478 commit 6dd3a96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [0.3.0] - 2023-05-12
### Added
* general class Data for input handling [#141](https://github.com/RECETOX/MSMetaEnhancer/pull/141)
* DataFrame class to read and handle tabular metadata input [#141](https://github.com/RECETOX/MSMetaEnhancer/pull/141)
* implementation of blocking time in PubChem [#145](https://github.com/RECETOX/MSMetaEnhancer/pull/145)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read_requirements_from_file(filepath):
readme = readme_file.read()

setup(name='MSMetaEnhancer',
version='0.2.5',
version='0.3.0',
description='Repository for tool that adds more annotations '
'(e.g. SMILES, InChI, CAS number) to MSP files (Python version).',
long_description=readme,
Expand Down

0 comments on commit 6dd3a96

Please sign in to comment.