Skip to content

Commit

Permalink
Merge pull request #95 from RECETOX/94_release
Browse files Browse the repository at this point in the history
94 release
  • Loading branch information
hechth authored Jul 22, 2022
2 parents 28e047e + b53a01d commit 616b106
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
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.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
Expand Down
2 changes: 1 addition & 1 deletion RIAssigner/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.2'
__version__ = '0.3.3'
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 616b106

Please sign in to comment.