Skip to content

Commit ea31228

Browse files
authored
Slightly update README and tag v0.8.1 (#25)
1 parent 5b6a232 commit ea31228

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ or `conda`
5353
conda install matplotloom
5454
```
5555

56-
matplotloom requires Python 3.10+ and is continuously tested on Linux, Windows, and Mac. Ensure you have `ffmpeg` installed so that animations can be generated.
56+
matplotloom is continuously tested with Python 3.10+ on Linux, Windows, and Mac.
57+
58+
You will need to have `ffmpeg` installed so that animations can be generated.
5759

5860
## Why use matplotloom?
5961

matplotloom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .loom import Loom
22

3-
__version__ = "0.8.0"
3+
__version__ = "0.8.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "matplotloom"
7-
version = "0.8.0"
7+
version = "0.8.1"
88
description = "Weave your frames into matplotlib animations."
99
authors = [
1010
{ name = "ali-ramadhan", email = "ali.hh.ramadhan@gmail.com" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)