From 93f6f8a109385065bec052d71c317137249795a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 09:42:55 +0100 Subject: [PATCH] chore(main): release 0.6.1 (#61) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 671fb9a..4d16ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.1](https://github.com/invia-flights/blitzly/compare/v0.6.0...v0.6.1) (2023-02-08) + + +### Bug Fixes + +* issue with init.py ([925eefe](https://github.com/invia-flights/blitzly/commit/925eefe7ba947557456712a44930a0535d686818)) + ## [0.6.0](https://github.com/invia-flights/blitzly/compare/v0.5.0...v0.6.0) (2023-02-08) diff --git a/pyproject.toml b/pyproject.toml index 07e9f5b..de4e0b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "blitzly" -version = "0.6.0" +version = "0.6.1" description = "Lightning-fast way to get plots with Plotly" authors = ["Christopher Lemke ", "Prem Srinivasan "] packages = [{ include = "blitzly", from = "src" }]