From f4721ad20145ab055f4ecd82fbb25f9ac7f1385b Mon Sep 17 00:00:00 2001 From: Chase Clark <18691127+chasemc@users.noreply.github.com> Date: Thu, 22 Jun 2023 13:03:23 -0500 Subject: [PATCH] chore(main): release 0.1.8 (#53) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8fd734e..215cd94a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.8](https://github.com/socialgene/sgpy/compare/v0.1.7...v0.1.8) (2023-06-22) + + +### Bug Fixes + +* rich as non-optional ([77b0c3b](https://github.com/socialgene/sgpy/commit/77b0c3b86b09f1d669a55657636a024b5d2e9df4)) + ## [0.1.7](https://github.com/socialgene/sgpy/compare/v0.1.6...v0.1.7) (2023-06-22) diff --git a/pyproject.toml b/pyproject.toml index 93d939f5..2fa5a807 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "socialgene" -version = "0.1.7" +version = "0.1.8" description = "Creating and interacting with graph databases of protein domains and their genome coordinates" readme = "README.md" authors = [