From fc6c0c2160db2891dccda399c6c15e97b7adad66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Mon, 2 Dec 2024 18:13:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version:=200.1.13=20?= =?UTF-8?q?=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- VERSION | 2 +- anystore/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 572c9e65..93c27dd9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.13 +current_version = 0.2.0 commit = True tag = True message = 🔖 Bump version: {current_version} → {new_version} diff --git a/VERSION b/VERSION index 7ac4e5e3..0ea3a944 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.13 +0.2.0 diff --git a/anystore/__init__.py b/anystore/__init__.py index f636e726..6443daaa 100644 --- a/anystore/__init__.py +++ b/anystore/__init__.py @@ -13,4 +13,4 @@ ] -__version__ = "0.1.13" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index d9e6eb58..b6960b92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anystore" -version = "0.1.13" +version = "0.2.0" description = "Store and cache things anywhere" authors = ["Simon Wörpel "] license = "GPL-3.0"