Skip to content

Commit a6a7031

Browse files
committed
fix: update version to 0.2.2 and enhance project description in pyproject.toml; add repository info in pp_base.mplstyle
1 parent 3dd442c commit a6a7031

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "physics-plot"
3-
version = "0.2.1"
4-
description = "matplotlib styles and utils"
3+
version = "0.2.2"
4+
description = "Publication-quality Matplotlib styling and helper utilities for scientific plots"
55
readme = "README.md"
66
authors = [
77
{ name = "Cory Chu", email = "[email protected]" }

src/physics_plot/pp_base.mplstyle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Author: Cory Chu <[email protected]>
2+
# Repository: https://github.com/c0rychu/physics-plot
3+
#
24
# Reference:
35
# https://blog.gwlab.page/beautiful-plots-by-matplotlib-b5ca9fe2765f
46
# https://github.com/garrettj403/SciencePlots/blob/master/scienceplots/styles/science.mplstyle

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)