Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Sep 4, 2023
1 parent 0096c08 commit 987f0f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = utilsforecast
lib_name = utilsforecast
version = 0.0.2
version = 0.0.3
min_python = 3.7
license = apache2
black_formatting = True
Expand Down Expand Up @@ -30,8 +30,8 @@ requirements = numpy pandas>=1.1.1
plotting_requirements = matplotlib plotly plotly-resampler
dev_requirements = matplotlib plotly polars
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False
2 changes: 1 addition & 1 deletion utilsforecast/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2"
__version__ = "0.0.3"

0 comments on commit 987f0f8

Please sign in to comment.