Skip to content

Commit

Permalink
bump version to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
epistoteles committed Jun 26, 2024
1 parent 2fda6a6 commit 961697f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-coverage-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
update_coverage:
name: "Update coverage badgeadge"
name: "Update coverage badge"
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
Expand Down
2 changes: 1 addition & 1 deletion tensorhue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from tensorhue.viz import viz, _viz


__version__ = "0.0.11" # single source of version truth
__version__ = "0.0.12" # single source of version truth

__all__ = ["set_printoptions", "viz", "pride"]

Expand Down

0 comments on commit 961697f

Please sign in to comment.