update version string

This commit is contained in:
chenfeiyu 2021-02-07 22:00:03 +08:00
parent 4e876e555c
commit cb3ea54118
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.1"
__version__ = "0.2.0-beta.3"
from parakeet import audio, data, datasets, frontend, models, modules, training, utils