Skip to content

Commit

Permalink
Bumped version number to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hbuschme committed Feb 17, 2016
1 parent 91f650d commit 129c3d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
setup(
name='tgt',
description='TextGridTools -- Read, write, and manipulate Praat TextGrid files',
version='1.3.1',
version='1.3.2',
packages=['tgt'],
scripts=[
'scripts/tgt-concatenate-textgrids.py',
Expand All @@ -40,7 +40,7 @@
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Scientific/Engineering :: Information Analysis',
],
)

0 comments on commit 129c3d4

Please sign in to comment.