From bc74be3efbe846f5f00f4d8b289d8affbd1269f5 Mon Sep 17 00:00:00 2001 From: Elias <110238618+ESadek-MO@users.noreply.github.com> Date: Thu, 15 Jun 2023 15:34:24 +0100 Subject: [PATCH] updated version (#113) * updated version * updated gha to include all branches --- .github/workflows/ci-docs.yml | 6 ++++-- .github/workflows/ci-tests.yml | 6 ++++-- tephi/__init__.py | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 4179316..a3e5990 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -2,9 +2,11 @@ name: ci-docs on: push: - branches: [ main ] + branches: + - "*" pull_request: - branches: [ main ] + branches: + - "*" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 2c6d13a..aa0b4b6 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -2,9 +2,11 @@ name: ci-tests on: push: - branches: [ main ] + branches: + - "*" pull_request: - branches: [ main ] + branches: + - "*" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/tephi/__init__.py b/tephi/__init__.py index cd42858..7f9c89b 100644 --- a/tephi/__init__.py +++ b/tephi/__init__.py @@ -27,7 +27,7 @@ from . import transforms -__version__ = "0.3.0.dev0" +__version__ = "0.3.0" #