Skip to content

Commit

Permalink
bump: version 2.0.1 → 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 27, 2024
1 parent 91fa729 commit 136a3f8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_customize"
version = "2.0.1"
version = "2.0.2"
version_files = ["src/statworx_theme/__init__.py", "pyproject.toml:version"]

[tool.commitizen.customize]
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.2 (2024-08-27)


- [OPS:FIX] Fix statsmodels version (#14)

## 2.0.1 (2024-08-16)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "statworx_theme"
version = "2.0.1"
version = "2.0.2"
description = "A color theme for matplotlib using the offical statworx design"
authors = [
"statworx Team <accounts@statworx.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/statworx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
register_listed_cmap,
)

__version__ = "2.0.1"
__version__ = "2.0.2"

0 comments on commit 136a3f8

Please sign in to comment.