From 0ff08fdc73be438d5d36d092afbfe6de2c11f2aa Mon Sep 17 00:00:00 2001 From: Caleb Grant Date: Mon, 12 Aug 2024 08:12:13 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.11=20=E2=86=92=200.0.12?= 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 ea85048..4a2aff2 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.11" +__version__ = "0.0.12" __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 eedc39a..c90203a 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.11" +current_version = "0.0.12" commit = true commit_args = "--no-verify" tag = true