From c79035f857e11a894d9a24a338de1bd7fd003a0b Mon Sep 17 00:00:00 2001 From: Chase Clark <18691127+chasemc@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:53:39 -0500 Subject: [PATCH] chore(main): release 1.0.1 (#109) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74da7bdf..12698c97 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 29958a2f..d0be2cb4 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 = [