Skip to content

Commit

Permalink
ci(version): bump to v0.1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Whth committed Jun 21, 2024
1 parent 7968784 commit 078ba7d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "kazu"
version = "0.1.9"
version = "0.1.9.1"
description = "Default template for PDM package"
authors = [
{ name = "Whth", email = "[email protected]" },
]
dependencies = [
"mentabotix>=0.1.5.17",
"pyuptech>=0.1.6.3",
"bdmc>=0.1.5.15",
"bdmc>=0.1.6",
"coloredlogs>=15.0.1",
"pydantic>=2.7.1",
"click>=8.1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/kazu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__all__ = []
__command__ = "kazu"
__version__ = "0.1.9"
__version__ = "0.1.9.1"

0 comments on commit 078ba7d

Please sign in to comment.