diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f95006a..ff203af 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 commit = True tag = True message = 🔖 Bump version: {current_version} → {new_version} diff --git a/VERSION b/VERSION index 845639e..9faa1b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.4 +0.1.5 diff --git a/anystore/__init__.py b/anystore/__init__.py index 4519750..07e4ebe 100644 --- a/anystore/__init__.py +++ b/anystore/__init__.py @@ -12,4 +12,4 @@ ] -__version__ = "0.1.4" +__version__ = "0.1.5" diff --git a/pyproject.toml b/pyproject.toml index 8ed1b14..740cd31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anystore" -version = "0.1.4" +version = "0.1.5" description = "Store and cache things anywhere" authors = ["Simon Wörpel "] license = "GPL-3.0"