From 853184dd539527a293c10a7c9ac55eb474964338 Mon Sep 17 00:00:00 2001 From: shadeofblue Date: Wed, 30 Sep 2020 20:45:30 +0200 Subject: [PATCH] add rule to run tests on the b0.x branches bump version to 0.2.1-alpha.1 --- .github/workflows/tests.yml | 2 ++ pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e803394b0..e327dbe4f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,9 +3,11 @@ on: push: branches: - master + - b0.* pull_request: branches: - master + - b0.* jobs: test: diff --git a/pyproject.toml b/pyproject.toml index 3a23bc971..8e8540ca4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "yapapi" -version = "0.2.0" -description = "High-Level API for Golem The Next Milestone" +version = "0.2.1-alpha.1" +description = "High-level Python API for the New Golem" authors = ["Przemysław K. Rekucki "] license = "LGPL-3.0-or-later" classifiers = [