From 4da2d0f08069f5327adc4c0df5feecfd6b81ea54 Mon Sep 17 00:00:00 2001 From: Scott Shambaugh <14363975+scottshambaugh@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:47:50 +0000 Subject: [PATCH] v0.8.1 updates --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e04ae0..6175a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ ### Changed ### Removed -## [0.8.0] - 2024-02-19 +## [0.8.1] - 2024-02-19 ### Added * `imshow_stereo()` now has a `crop` keyword argument to crop the images to the same size if they are different, keeping the center of the image * Automated publishing to PyPI via github actions diff --git a/pyproject.toml b/pyproject.toml index 96b593e..c055e80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mpl_stereo" -version = "0.8.0" +version = "0.8.1" description = "See your matplotlib plots in 3D by making stereograms and anaglyphs" authors = ["Scott Shambaugh "] license = "MIT"