diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e2b4b71..0da2347 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.0.28 +current_version = 0.0.29 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:pyproject.toml] diff --git a/pyproject.toml b/pyproject.toml index b30100b..e8676fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ocf_data_sampler" -version = "0.0.28" +version = "0.0.29" license = { file = "LICENSE" } readme = "README.md" description = "Sample from weather data for renewable energy prediction"