diff --git a/crosstab/_version.py b/crosstab/_version.py index b26d17d..4148de5 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.3" +__version__ = "0.0.4" __description__ = "Rearrange data from a normalized CSV format to a crosstabulated format, with styling." diff --git a/pyproject.toml b/pyproject.toml index 56f24d7..d1246dd 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.3" +current_version = "0.0.4" commit = true commit_args = "--no-verify" tag = true