Skip to content

Commit

Permalink
Bump version for PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColCarroll committed Apr 3, 2024
1 parent a646777 commit ba64f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
pypi-token: ${{ secrets.PYPI_API_TOKEN }}
gh-token: ${{ secrets.GITHUB_TOKEN }}
parse-changelog: false
pkg-name: ridge-map
2 changes: 1 addition & 1 deletion ridge_map/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""A library for plotting ridges with ridges."""

__version__ = "0.0.4"
__version__ = "0.0.5"
from .ridge_map import RidgeMap, FontManager

0 comments on commit ba64f46

Please sign in to comment.