diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 3f290fb..a4ad2cb 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@master - name: Setup Python 3.10 - uses: actions/setup-python@v1 + uses: actions/setup-python@v3 with: python-version: 3.10 - name: Install pypa/build diff --git a/pyproject.toml b/pyproject.toml index 4cd3ab5..b14c8e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sd-jwt" -version = "0.10.0" +version = "0.10.2" description = "The reference implementation of the IETF SD-JWT specification." authors = ["Daniel Fett "] readme = "README.md"