Merge pull request #112 from iclementine/release/v0.3

dump version to 0.3.1
This commit is contained in:
Feiyu Chan 2021-05-20 11:09:19 +08:00 committed by GitHub
commit 106e8cf770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.3.0"
__version__ = "0.3.1"
from parakeet import audio, data, datasets, frontend, models, modules, training, utils