We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8188dab commit 1402591Copy full SHA for 1402591
settings.ini
@@ -1,7 +1,7 @@
1
[DEFAULT]
2
repo = utilsforecast
3
lib_name = utilsforecast
4
-version = 0.2.2
+version = 0.2.3
5
min_python = 3.8
6
license = apache2
7
black_formatting = True
@@ -36,3 +36,4 @@ allowed_cell_metadata_keys =
36
jupyter_hooks = True
37
clean_ids = True
38
clear_all = False
39
+cell_number = True
utilsforecast/__init__.py
@@ -1 +1 @@
-__version__ = "0.2.2"
+__version__ = "0.2.3"
0 commit comments