Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
refactor tests
  • Loading branch information
stefantaubert committed May 30, 2023
1 parent 8054278 commit f0961e9
Show file tree
Hide file tree
Showing 49 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ authors:
affiliation: Chemnitz University of Technology
orcid: 'https://orcid.org/0000-0002-4932-2874'
website: 'https://stefantaubert.com/'
version: 0.0.7
version: 0.0.8
date-released: 2023-01-12
license: MIT
url: https://github.com/stefantaubert/textgrid-ipa
doi: 10.5281/zenodo.7528782
doi: 10.5281/zenodo.7986716
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Stefan Taubert
Copyright (c) 2023 Stefan Taubert

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![MIT](https://img.shields.io/github/license/stefantaubert/textgrid-ipa.svg)](https://github.com/stefantaubert/textgrid-ipa/blob/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/wheel/textgrid-tools.svg)](https://pypi.python.org/pypi/textgrid-tools/#files)
![PyPI](https://img.shields.io/pypi/implementation/textgrid-tools.svg)
[![PyPI](https://img.shields.io/github/commits-since/stefantaubert/textgrid-ipa/latest/main.svg)](https://github.com/stefantaubert/textgrid-ipa/compare/v0.0.7...main)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7528782.svg)](https://doi.org/10.5281/zenodo.7528782)
[![PyPI](https://img.shields.io/github/commits-since/stefantaubert/textgrid-ipa/latest/main.svg)](https://github.com/stefantaubert/textgrid-ipa/compare/v0.0.8...main)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7986716.svg)](https://doi.org/10.5281/zenodo.7986716)

Command-line interface (CLI) to modify TextGrids and their corresponding audio files.

Expand Down Expand Up @@ -168,7 +168,7 @@ If you want to cite this repo, you can use this BibTeX-entry generated by GitHub

## Changelog

- v0.0.8 (unreleased)
- v0.0.8 (2023-05-30)
- Fixed:
- Bugfix `intervals remove` copying on different in/out-locations
- Bugfix `import-paths` and `import-audio-paths` option `--symlink` is now creating symbolic links instead of hard links
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "textgrid-tools"
version = "0.0.7"
version = "0.0.8"
description = "Command-line interface (CLI) to modify TextGrids and their corresponding audio files."
readme = "README.md"
requires-python = ">=3.8, <4"
Expand Down

This file was deleted.

0 comments on commit f0961e9

Please sign in to comment.