diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f9e97f..aea09b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3] - 2022-07-22 +### Added +### Changed - replaced asserts with `ValueError` as asserts can be disabled. [#91](https://github.com/RECETOX/RIAssigner/pull/91) - updated matchms dependency to `>= 0.14.0`. [#90](https://github.com/RECETOX/RIAssigner/pull/90) ### Removed diff --git a/RIAssigner/__version__.py b/RIAssigner/__version__.py index 5ddac5b..6198833 100644 --- a/RIAssigner/__version__.py +++ b/RIAssigner/__version__.py @@ -1 +1 @@ -__version__ = '0.3.2' +__version__ = '0.3.3' diff --git a/conda/meta.yaml b/conda/meta.yaml index 90a9bb7..08bd280 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -27,13 +27,13 @@ requirements: - python - setuptools host: - - python >=3.7,<3.9 + - python >=3.7 - pip - pytest-runner - setuptools run: - numpy - - matchms >=0.9.1 + - matchms >=0.14.0 - pint >=0.17 - pip - pandas