Skip to content

Commit 27711ca

Browse files
committed
fix: update version to 0.1.0.post3 and improve README content
1 parent 8925710 commit 27711ca

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
[![PyPI - Version](https://img.shields.io/pypi/v/physics-plot)](https://pypi.org/project/physics-plot/)
44

5-
`physics-plot` is a lightweight Matplotlib add-on that ships a publication-friendly plotting style and a few helper utilities.
5+
`physics-plot` is a lightweight python package shipping a [Matplotlib style sheet](https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html) called [`pp_base.mplstyle`](https://github.com/c0rychu/physics-plot/blob/main/src/physics_plot/pp_base.mplstyle) and a few helper functions to create publication-quality plots with minimal effort.
6+
7+
- [Documentation](https://c0rychu.github.io/physics-plot/)
8+
- [PyPI](https://pypi.org/project/physics-plot/)
69

710
## Features
811

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "physics-plot"
3-
version = "0.1.0.post2"
3+
version = "0.1.0.post3"
44
description = "matplotlib styles and utils"
55
readme = "README.md"
66
authors = [
@@ -11,7 +11,7 @@ dependencies = []
1111

1212
[project.urls]
1313
Homepage = "https://github.com/c0rychu/physics-plot"
14-
Documentation = "https://github.com/c0rychu/physics-plot"
14+
Documentation = "https://c0rychu.github.io/physics-plot/"
1515
Repository = "https://github.com/c0rychu/physics-plot.git"
1616
Issues = "https://github.com/c0rychu/physics-plot/issues"
1717

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)