Skip to content

Commit 1402591

Browse files
committed
v0.2.3
1 parent 8188dab commit 1402591

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

settings.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = utilsforecast
33
lib_name = utilsforecast
4-
version = 0.2.2
4+
version = 0.2.3
55
min_python = 3.8
66
license = apache2
77
black_formatting = True
@@ -36,3 +36,4 @@ allowed_cell_metadata_keys =
3636
jupyter_hooks = True
3737
clean_ids = True
3838
clear_all = False
39+
cell_number = True

utilsforecast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.2"
1+
__version__ = "0.2.3"

0 commit comments

Comments
 (0)