Skip to content

Commit

Permalink
Merge pull request #100 from RECETOX/99_release_0.2.2
Browse files Browse the repository at this point in the history
Update to version 0.2.2
  • Loading branch information
hechth authored Apr 28, 2022
2 parents 1fc5d44 + 0e751d2 commit 9de2d51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [dev] - unreleased
## [0.2.2] - 2022-04-27
### Added
* introduced `error` level into logging [#95](https://github.com/RECETOX/MSMetaEnhancer/issues/95)
* logging of unknown errors in Annotator [#90](https://github.com/RECETOX/MSMetaEnhancer/issues/90)
Expand Down
1 change: 1 addition & 0 deletions conda/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ dependencies:
- rdkit
- multidict
- twine
- sphinx

7 changes: 4 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "MSMetaEnhancer" %}
{% set version = "0.1.0" %}
{% set version = "0.2.2" %}

package:
name: {{ name|lower }}
Expand All @@ -19,7 +19,7 @@ requirements:
- pip
run:
- python >=3.7,<3.9
- matchms >=0.9.2
- matchms >=0.14.0
- pandas
- scipy
- requests
Expand All @@ -43,4 +43,5 @@ about:

extra:
recipe-maintainers:
- xtrojak, martenson
- xtrojak
- hechth
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
readme = readme_file.read()

setup(name='MSMetaEnhancer',
version='0.2.1',
version='0.2.2',
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 9de2d51

Please sign in to comment.