Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Commit

Permalink
bump version string to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfeiyu committed May 17, 2021
1 parent c02adfd commit fa6ddf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parakeet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fa6ddf5

Please sign in to comment.