Skip to content

Commit 9d17052

Browse files
committed
Update repository links for rename to peerstyle
1 parent 20397a8 commit 9d17052

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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 = "peerstyle"
7-
version = "0.1.0"
7+
version = "0.1.2"
88
description = "Publication-quality Matplotlib styling for peer-reviewed journals."
99
readme = "README.md"
1010
requires-python = ">=3.8"

src/peerstyle/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
from pathlib import Path
33
import os
44

5-
__version__ = "0.1.1"
5+
__version__ = "0.1.2"
6+
67

78
def get_style_path(name="custom_style"):
89
"""Return the absolute path to a included style file."""

0 commit comments

Comments
 (0)