diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 944bad3..4834ae2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.0 +current_version = 1.5.0 commit = True tag = True diff --git a/b_roller/__init__.py b/b_roller/__init__.py index 3e8d9f9..5b60188 100644 --- a/b_roller/__init__.py +++ b/b_roller/__init__.py @@ -1 +1 @@ -__version__ = "1.4.0" +__version__ = "1.5.0" diff --git a/pyproject.toml b/pyproject.toml index e67d1d1..f76a760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "b-roller" -version = "1.4.0" +version = "1.5.0" description = "Download resources from several sources across the web" readme = "readme.md" authors = ["Antonio Feregrino "]