diff --git a/docs/conf.py b/docs/conf.py index 9bb2472..8490a52 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ author = "Baptiste Durand-Estebe" # The full version, including alpha/beta/rc tags -release = "0.1.4" +release = "0.1.5" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index b5c4ee6..65d7fd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-tide" -version = "0.1.4" +version = "0.1.5" description = "Measured data visualization and pipelines creation" readme = "README.md" license = { file = "LICENSE.md" }