From 961697f5a36e4370824ab370180ceba1597d9a3b Mon Sep 17 00:00:00 2001 From: Korbinian Koch Date: Wed, 26 Jun 2024 17:36:09 +0200 Subject: [PATCH] bump version to 0.0.12 --- .github/workflows/update-coverage-badge.yml | 2 +- tensorhue/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]