Skip to content

Commit

Permalink
v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottshambaugh committed Dec 22, 2024
1 parent 85351aa commit 1bc6f69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12']
continue-on-error: ${{ matrix.python-version == '' }}
defaults:
run:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
### Changed
### Removed

## [0.10.1] - 2024-12-22
### Changed
* Fix github actions

## [0.10.0] - 2024-12-22
### Added
* `examples/` directory for example scripts
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mpl_stereo"
version = "0.10.0"
version = "0.10.1"
description = "See your matplotlib plots in 3D by making stereograms and anaglyphs"
authors = ["Scott Shambaugh <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 1bc6f69

Please sign in to comment.