From 71929227cd2fba2c800fdf8fea0da0294702313a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Tue, 1 Aug 2023 12:05:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version:=200.2.5=20?= =?UTF-8?q?=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- VERSION | 2 +- pyproject.toml | 2 +- runpandarun/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c9e0cdb..6b86bea 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.5 +current_version = 0.3.0 commit = True tag = True message = 🔖 Bump version: {current_version} → {new_version} diff --git a/VERSION b/VERSION index 3a4036f..0d91a54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.5 +0.3.0 diff --git a/pyproject.toml b/pyproject.toml index 635e7d2..a1e5798 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "runpandarun" -version = "0.2.5" +version = "0.3.0" description = "Tell pandas what to do – easy tabular data I/O playbooks" authors = ["Simon Wörpel "] license = "MIT" diff --git a/runpandarun/__init__.py b/runpandarun/__init__.py index 9e04302..6c8a9d9 100644 --- a/runpandarun/__init__.py +++ b/runpandarun/__init__.py @@ -3,4 +3,4 @@ __all__ = [Playbook, read_pandas, write_pandas] -__version__ = "0.2.5" +__version__ = "0.3.0"