diff --git a/CHANGELOG.md b/CHANGELOG.md index e307a990..fadb2c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/socialgene/sgpy/compare/v0.2.2...v0.3.0) (2023-11-16) + + +### Features + +* enable filtering or not when processing domtblout ([4614e4c](https://github.com/socialgene/sgpy/commit/4614e4c06627693570fb00ee7828a7b9a45e31b2)) + ## [0.2.2](https://github.com/socialgene/sgpy/compare/v0.2.1...v0.2.2) (2023-11-16) diff --git a/pyproject.toml b/pyproject.toml index 6f7d5030..21a51f37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "socialgene" -version = "0.2.2" +version = "0.3.0" description = "Creating and interacting with graph databases of protein domains and their genome coordinates" readme = "README.md" authors = [