We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a646777 commit ba64f46Copy full SHA for ba64f46
.github/workflows/build.yml
@@ -41,3 +41,4 @@ jobs:
41
pypi-token: ${{ secrets.PYPI_API_TOKEN }}
42
gh-token: ${{ secrets.GITHUB_TOKEN }}
43
parse-changelog: false
44
+ pkg-name: ridge-map
ridge_map/__init__.py
@@ -1,4 +1,4 @@
1
"""A library for plotting ridges with ridges."""
2
3
-__version__ = "0.0.4"
+__version__ = "0.0.5"
4
from .ridge_map import RidgeMap, FontManager
0 commit comments