diff --git a/parakeet/__init__.py b/parakeet/__init__.py index 7ef750a..0c65ee2 100644 --- a/parakeet/__init__.py +++ b/parakeet/__init__.py @@ -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