From 5a2f0652256094bc628225bf5882c1549bc37418 Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Tue, 5 Nov 2024 15:14:41 +0100 Subject: [PATCH] chore: update version to 0.2.0 --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe25154..ad24c49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ include = ["trainer*"] [project] name = "coqui-tts-trainer" -version = "0.1.7" +version = "0.2.0" description = "General purpose model trainer for PyTorch that is more flexible than it should be, by 🐸Coqui." readme = "README.md" requires-python = ">=3.9, <3.13" @@ -21,9 +21,7 @@ maintainers = [ classifiers = [ "Environment :: Console", "Natural Language :: English", - # How mature is this project? Common values are - # 3 - Alpha, 4 - Beta, 5 - Production/Stable - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License",