Skip to content

Commit

Permalink
v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrss authored Jan 23, 2023
1 parent 1d6742e commit 0fffcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cultionet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__path__: str = __import__('pkgutil').extend_path(__path__, __name__)
__version__ = '1.6.2'
__version__ = '1.6.3'
from .model import fit, load_model, predict, predict_lightning

__all__ = [
Expand Down

0 comments on commit 0fffcae

Please sign in to comment.