From b41c7f878a1ff1555e0280a1b4b32463a7794a5d Mon Sep 17 00:00:00 2001 From: Caleb Grant Date: Wed, 14 Aug 2024 09:50:07 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.12=20=E2=86=92=200.0.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crosstab/crosstab.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crosstab/crosstab.py b/crosstab/crosstab.py index e2b7cf6..cfcb643 100644 --- a/crosstab/crosstab.py +++ b/crosstab/crosstab.py @@ -23,7 +23,7 @@ __url__ = "https://github.com/geocoug/crosstab" __author_email__ = "grantcaleb22@gmail.com" __license__ = "GNU GPLv3" -__version__ = "0.0.12" +__version__ = "0.0.13" __description__ = "Rearrange data from a normalized CSV format to a crosstabulated format, with styling." logging.basicConfig( diff --git a/pyproject.toml b/pyproject.toml index c90203a..7f3304b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ skip-magic-trailing-comma = false line-ending = "auto" [tool.bumpversion] -current_version = "0.0.12" +current_version = "0.0.13" commit = true commit_args = "--no-verify" tag = true