Skip to content

Commit

Permalink
Version resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
Reqeique committed May 4, 2024
1 parent 4887553 commit 8d3f833
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
poetry-version: ["1.2.2", "1.7.1"]
poetry-version: [ "1.7.1"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion dimits/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.3-alpha"
__version__ = "0.0.30-alpha"
__author__ = "Reqeique"


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 = "dimits"
version = "0.0.3-alpha"
version = "0.0.30-alpha"
description = "Dimits is a Python library that provides an easy-to-use interface to the Piper text-to-speech (TTS) system. It utilizes the powerful Piper TTS engine, which is optimized for Raspberry Pi 4, to generate high-quality synthesized speech."
authors = ["Reqeique <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8d3f833

Please sign in to comment.