Skip to content

Commit

Permalink
dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAshraf97 committed Jan 7, 2025
1 parent 48aa319 commit 08e7cbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ctc_forced_aligner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
split_text,
text_normalize,
)

__version__ = "0.3.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"

[project]
name = "ctc-forced-aligner"
version = "0.2"
description = "Text to speech alignment using CTC forced alignment"
license = { text = "CC-BY-NC 4.0" }
authors = [
{name = "Mahmoud Ashraf", email = "hassouna97.ma@gmail.com"},]
dynamic = ["dependencies"]
dynamic = ["version", "dependencies"]
requires-python = ">= 3.9"

[tool.setuptools.dynamic]
version = {attr = "ctc_forced_aligner.__version__"}
dependencies = {file = ["requirements.txt"]}

[project.urls]
Expand Down

0 comments on commit 08e7cbd

Please sign in to comment.