diff --git a/bumpver.toml b/bumpver.toml index 8e80ec0..6ab8cfa 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "0.0.3" +current_version = "0.0.4" version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]" commit = true tag = true diff --git a/pyproject.toml b/pyproject.toml index f3124ff..36231af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "swodlr-hysds-integration" -version = "0.0.3" +version = "0.0.4" description = "SWODLR user rules for integration with SWODLR SDS deployments" authors = ["podaac-tva "] license = "Apache-2.0"