Skip to content

Commit

Permalink
add rule to run tests on the b0.x branches (#55)
Browse files Browse the repository at this point in the history
bump version to 0.2.1-alpha.1
  • Loading branch information
shadeofblue committed Sep 30, 2020
1 parent b4b80ca commit 937042f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches:
- master
- b0.*
pull_request:
branches:
- master
- b0.*

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <przemyslaw.rekucki@golem.network>"]
license = "LGPL-3.0-or-later"
classifiers = [
Expand Down

0 comments on commit 937042f

Please sign in to comment.