Skip to content

Commit

Permalink
improves: add alias to functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsneto committed Nov 16, 2023
1 parent 0f8a0d1 commit aaacbc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cereja/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from . import experimental
from ._requests import request

VERSION = "1.9.2.final.0"
VERSION = "1.9.3.final.0"
__version__ = get_version_pep440_compliant(VERSION)


Expand Down
2 changes: 2 additions & 0 deletions cereja/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@
from .version import *
from ._utils import *
from . import colab
# Aliases here
from ._utils import get_batch_strides as stride_values

0 comments on commit aaacbc7

Please sign in to comment.