Skip to content

Commit fd15dfa

Browse files
committed
ci(version): bump to v0.3.4.2.dev0
1 parent c31a025 commit fd15dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kazu"
3-
version = "0.3.4.1"
3+
version = "0.3.4.2.dev0"
44
description = "Default template for PDM package"
55
authors = [
66
{ name = "Whth", email = "88489697+Whth@users.noreply.github.com" },

src/kazu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = []
22
__command__ = "kazu"
3-
__version__ = "0.3.4.1"
3+
__version__ = "0.3.4.2.dev0"

0 commit comments

Comments
 (0)