diff --git a/crosstab/_version.py b/crosstab/_version.py index 29f778a..7c14f4a 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.5" +__version__ = "0.0.6" __description__ = "Rearrange data from a normalized CSV format to a crosstabulated format, with styling." diff --git a/pyproject.toml b/pyproject.toml index 5bda323..084895b 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.5" +current_version = "0.0.6" commit = true commit_args = "--no-verify" tag = true