Skip to content

Commit

Permalink
Bump version to 0.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Dec 25, 2024
1 parent 892100a commit b81524d
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 @@ -4,7 +4,7 @@ requires = [ "hatch-fancy-pypi-readme>=22.5", "hatchling" ]

[project]
name = "splitme-ai"
version = "0.1.5"
version = "0.1.6"
description = "Break down docs, build up knowledge."
readme = "README.md"
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion src/splitme_ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from splitme_ai.errors import SplitmeAIBaseError
from splitme_ai.utils.file_handler import FileHandler

__version__ = "0.1.5"
__version__ = "0.1.6"

__all__: list[str] = [
"Config",
Expand Down

0 comments on commit b81524d

Please sign in to comment.