bump version string to 0.3.0

This commit is contained in:
chenfeiyu 2021-05-17 11:33:39 +08:00
parent c02adfdad8
commit fa6ddf5b0c
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.2.0-beta.0"
__version__ = "0.3.0"
from parakeet import audio, data, datasets, frontend, models, modules, training, utils