Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JJWRoeloffs committed Feb 7, 2024
1 parent ed06be4 commit 5919927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "transcribe_align_textgrid"
version = "0.2.0-dev"
version = "0.2.0"
authors = [{ name = "JJWRoeloffs", email = "jelleroeloffs@gmail.com" }]
description = "Create for-aligned transcription TextGrids from Audio"
keywords = ["praat", "whisper", "force-align", "TextGrid"]
Expand Down
2 changes: 1 addition & 1 deletion src/transcribe_align_textgrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__title__ = "transcribe_align_textgrid"
__author__ = "JJWRoeloffs"
__license__ = "AGPL-3.0"
__version__ = "0.1.5"
__version__ = "0.2.0"


from transcribe_align_textgrid.adapter import (
Expand Down

0 comments on commit 5919927

Please sign in to comment.