Skip to content

Commit

Permalink
bump: version 0.1.0 β†’ 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paduszyk committed May 23, 2024
1 parent 9676813 commit caf65c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ version = { attr = "xlsx_serializer.__version__" }

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.0"
version = "1.0.0"
version_files = [
"src/xlsx_serializer/__init__.py:__version__",
]
Expand Down
2 changes: 1 addition & 1 deletion src/xlsx_serializer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"Serializer",
]

__version__ = "0.1.0"
__version__ = "1.0.0"

from xlsx_serializer.core import Deserializer, Serializer

0 comments on commit caf65c5

Please sign in to comment.