timmahrt / praatIO

A python library for working with praat, textgrids, time aligned audio transcripts, and audio files. It is primarily used for extracting features from and making manipulations on audio files given hierarchical time-aligned transcriptions (utterance > word > syllable > phone, etc).
MIT License
299 stars 32 forks source link

No tag for 3.8.1 #17

Closed toddrme2178 closed 4 years ago

toddrme2178 commented 4 years ago

Version 3.8.1 is released, but there is no tag on github. Would it be possible to add a tag for it?

Tags are useful for downstreams since they let them get the full, exact upstream source, unlike sdists which only have some of the files. In this case, in particular the github tags include the tests while sdists don't.

timmahrt commented 4 years ago

Sorry, that was oversight on my part. I've added the tag. Thanks!