Skip to content

Commit

Permalink
Merge pull request #11 from RIVM-bioinformatics/release-please--branc…
Browse files Browse the repository at this point in the history
…hes--main--components--AminoExtract

chore(main): release 0.3.1
  • Loading branch information
florianzwagemaker authored Sep 12, 2023
2 parents ff1c137 + d5ecdc7 commit 9decf65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AminoExtract/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import contextlib

__prog__ = "AminoExtract"
__version__ = "0.3.0"
__version__ = "0.3.1"

# use contextlib to suppress the ImportError
# This may occur when this file is imported in setup.py as dependencies are not yet installed
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](/~https://github.com/RIVM-bioinformatics/AminoExtract/compare/v0.3.0...v0.3.1) (2023-09-12)


### Bug Fixes

* add the split_attributes keyword to the exposed `get_feature_name_attribute()` function ([f1f6ab7](/~https://github.com/RIVM-bioinformatics/AminoExtract/commit/f1f6ab704c2304a83c2a4087516563c21be21a0f))

## [0.3.0](/~https://github.com/RIVM-bioinformatics/AminoExtract/compare/v0.2.1...v0.3.0) (2023-09-11)


Expand Down

0 comments on commit 9decf65

Please sign in to comment.