From 9a86588fbc5ab3bde7841413a75c360470c57627 Mon Sep 17 00:00:00 2001 From: Chase Clark <18691127+chasemc@users.noreply.github.com> Date: Mon, 3 Jul 2023 07:31:36 -0500 Subject: [PATCH] chore(main): release 0.1.10 (#59) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 084d7e36..eaa54882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.10](https://github.com/socialgene/sgpy/compare/v0.1.9...v0.1.10) (2023-07-03) + + +### Bug Fixes + +* switch additional hash from md5 to cr64 ([097e56b](https://github.com/socialgene/sgpy/commit/097e56bb8ee90e2f204a83b7bf52e03b7883136a)) + ## [0.1.9](https://github.com/socialgene/sgpy/compare/v0.1.8...v0.1.9) (2023-07-02) diff --git a/pyproject.toml b/pyproject.toml index 3d21fd93..36c81bca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "socialgene" -version = "0.1.9" +version = "0.1.10" description = "Creating and interacting with graph databases of protein domains and their genome coordinates" readme = "README.md" authors = [