Skip to content

Commit

Permalink
Bump version to 1.5.0.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pzelasko committed Jul 7, 2022
1 parent 72c86b5 commit 609af97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lhotse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# NOTE: REMEMBER TO UPDATE THE ACTUAL VERSION IN setup.py WHEN RELEASING #
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #
# Use a default placeholder when the version is unavailable...
__version__ = "1.4.0+missing.version.file"
__version__ = "1.5.0.dev+missing.version.file"

from . import augmentation, dataset, features, recipes

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# NOTE: REMEMBER TO UPDATE THE FALLBACK VERSION IN lhotse/__init__.py WHEN RELEASING #
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #
MAJOR_VERSION = 1
MINOR_VERSION = 4
MINOR_VERSION = 5
PATCH_VERSION = 0
IS_DEV_VERSION = False # False = public release, True = otherwise
IS_DEV_VERSION = True # False = public release, True = otherwise


def discover_lhotse_version() -> str:
Expand Down

0 comments on commit 609af97

Please sign in to comment.