diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ee6197..4610f39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: submodules: recursive - name: Build wheels - uses: pypa/cibuildwheel@v2.13.0 # see pyproject.toml for config + uses: pypa/cibuildwheel@v2.16.2 # see pyproject.toml for config - uses: actions/upload-artifact@v2 if: ${{ cancelled() || failure() || success() }} diff --git a/VERSION b/VERSION index e382060..ba89f9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.16.0.0 \ No newline at end of file +3.16.0.1 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 9f730e9..eb9e9df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,6 +35,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Topic :: Education diff --git a/src/hfst/version.py b/src/hfst/version.py index f01529b..ef7149f 100644 --- a/src/hfst/version.py +++ b/src/hfst/version.py @@ -1 +1 @@ -version = '3.16.0.0' +version = '3.16.0.1'