We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b66ea9 commit 52819efCopy full SHA for 52819ef
setup.py
@@ -2,7 +2,7 @@
2
# -*- coding: utf-8 -*-
3
4
# TextGridTools -- Read, write, and manipulate Praat TextGrid files
5
-# Copyright (C) 2011-2016 Hendrik Buschmeier
+# Copyright (C) 2011-2019 Hendrik Buschmeier
6
#
7
# This program is free software: you can redistribute it and/or modify
8
# it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
22
setup(
23
name='tgt',
24
description='TextGridTools -- Read, write, and manipulate Praat TextGrid files',
25
- version='1.4.4',
+ version='1.4.5',
26
packages=['tgt'],
27
scripts=[
28
'scripts/tgt-concatenate-textgrids.py',
0 commit comments