From f9d7d73b673ec149c1f461dc0b2d55e819c823be Mon Sep 17 00:00:00 2001 From: Caleb Grant Date: Thu, 8 Aug 2024 16:06:27 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.10=20=E2=86=92=200.0.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crosstab/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crosstab/_version.py b/crosstab/_version.py index 771c923..3efe585 100644 --- a/crosstab/_version.py +++ b/crosstab/_version.py @@ -5,5 +5,5 @@ __url__ = "https://github.com/geocoug/crosstab" __author_email__ = "grantcaleb22@gmail.com" __license__ = "GNU GPLv3" -__version__ = "0.0.10" +__version__ = "0.0.11" __description__ = "Rearrange data from a normalized CSV format to a crosstabulated format, with styling." diff --git a/pyproject.toml b/pyproject.toml index e7d1a11..736554a 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.10" +current_version = "0.0.11" commit = true commit_args = "--no-verify" tag = true