Skip to content

Commit ba64f46

Browse files
committed
Bump version for PyPI.
1 parent a646777 commit ba64f46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ jobs:
4141
pypi-token: ${{ secrets.PYPI_API_TOKEN }}
4242
gh-token: ${{ secrets.GITHUB_TOKEN }}
4343
parse-changelog: false
44+
pkg-name: ridge-map

ridge_map/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""A library for plotting ridges with ridges."""
22

3-
__version__ = "0.0.4"
3+
__version__ = "0.0.5"
44
from .ridge_map import RidgeMap, FontManager

0 commit comments

Comments
 (0)