Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JJWRoeloffs committed Nov 13, 2023
1 parent 7eebf5a commit 2fde611
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_allign_textgrid"
version = "0.1.4"
version = "0.1.5"
authors = [{ name = "JJWRoeloffs", email = "jelleroeloffs@gmail.com" }]
description = "Create for-alligned transcription TextGrids from Audio"
keywords = ["praat", "whisper", "force-allign", "TextGrid"]
Expand Down
2 changes: 1 addition & 1 deletion src/transcribe_allign_textgrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__title__ = "transcribe_allign_textgrid"
__author__ = "JJWRoeloffs"
__license__ = "AGPL-3.0"
__version__ = "0.1.4"
__version__ = "0.1.5"


from transcribe_allign_textgrid.adapter import (
Expand Down

0 comments on commit 2fde611

Please sign in to comment.