Skip to content

Commit

Permalink
Release version 0.6.0 (#6)
Browse files Browse the repository at this point in the history
* Release version 0.6.0

* Test multiple python versions
  • Loading branch information
Karolk99 authored Oct 2, 2024
1 parent ee35ac5 commit a0d3e5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:

test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
env:
PYTHON_VERSION: ${{ matrix.python-version }}
name: test
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fishjam-server-sdk"
version = "0.5.0"
version = "0.6.0"
description = "Python server SDK for the Fishjam Cloud"
authors = ["Fishjam Team"]
homepage = "https://github.com/fishjam-cloud/python-server-sdk"
Expand Down

0 comments on commit a0d3e5f

Please sign in to comment.