diff --git a/CHANGELOG.md b/CHANGELOG.md index 74da7bd..12698c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/socialgene/sgpy/compare/v1.0.0...v1.0.1) (2024-08-13) + + +### Bug Fixes + +* neo4j node addons ([a557e9c](https://github.com/socialgene/sgpy/commit/a557e9c802f9f12e4831bfada9288690806d480e)) + ## [1.0.0](https://github.com/socialgene/sgpy/compare/v0.7.0...v1.0.0) (2024-07-24) diff --git a/pyproject.toml b/pyproject.toml index 29958a2..d0be2cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "socialgene" -version = "1.0.0" +version = "1.0.1" description = "Creating and interacting with graph databases of protein domains and their genome coordinates" readme = "README.md" authors = [