diff --git a/.github/workflows/update-coverage-badge.yml b/.github/workflows/update-coverage-badge.yml index 4829147..fea5b30 100644 --- a/.github/workflows/update-coverage-badge.yml +++ b/.github/workflows/update-coverage-badge.yml @@ -16,7 +16,7 @@ on: jobs: update_coverage: - name: "Update coverage badgeadge" + name: "Update coverage badge" runs-on: ubuntu-latest steps: - name: "Checkout repository" diff --git a/tensorhue/__init__.py b/tensorhue/__init__.py index bc48fe0..b82707b 100644 --- a/tensorhue/__init__.py +++ b/tensorhue/__init__.py @@ -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"]