Skip to content

Commit a86d803

Browse files
committed
bumped version to 0.4.1
1 parent d65d4a5 commit a86d803

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

settings.ini

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lib_name = tsai
44
repo = tsai
55
user = timeseriesAI
66
branch = main
7-
version = 0.4.0
7+
version = 0.4.1
88
description = Practical Deep Learning for Time Series / Sequential Data library based on fastai & Pytorch
99
keywords = fastai time-series time-series-classification time-series-regression deep-learning Pytorch
1010
author = Ignacio Oguiza and contributors
@@ -35,8 +35,11 @@ recursive = True
3535
clean_ids = True
3636
black_formatting = False
3737
readme_nb = index.ipynb
38-
allowed_metadata_keys =
39-
allowed_cell_metadata_keys =
38+
allowed_metadata_keys =
39+
allowed_cell_metadata_keys =
4040
jupyter_hooks = True
4141
clear_all = False
4242
put_version_in_init = True
43+
cell_number = True
44+
skip_procs =
45+

tsai/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)