Skip to content

Commit 6998652

Browse files
bumped version number to 0.0.4, removed conflicting line
1 parent d8bbb50 commit 6998652

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
@@ -36,7 +36,7 @@ maintainers = [
3636
name = "pyprintf"
3737
readme = "README.md"
3838
requires-python = ">=3.10"
39-
version = "0.0.3"
39+
version = "0.0.4"
4040

4141
[project.urls]
4242
"Bug Tracker" = "https://github.com/playfulsparkle/pyprintf/issues"

src/pyprintf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .core import sprintf, vsprintf, config
1010

1111
__all__ = ["sprintf", "vsprintf", "config"]
12-
__version__ = "0.0.3"
12+
__version__ = "0.0.4"

0 commit comments

Comments
 (0)