We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab3a58 commit 77a424dCopy full SHA for 77a424d
pyproject.toml
@@ -36,7 +36,7 @@ maintainers = [
36
name = "pyprintf"
37
readme = "README.md"
38
requires-python = ">=3.10"
39
-version = "0.0.7"
+version = "0.0.8"
40
41
[project.urls]
42
"Bug Tracker" = "https://github.com/playfulsparkle/pyprintf/issues"
src/pyprintf/__init__.py
@@ -9,4 +9,4 @@
9
from .core import sprintf, vsprintf, config
10
11
__all__ = ["sprintf", "vsprintf", "config"]
12
-__version__ = "0.0.7"
+__version__ = "0.0.8"
0 commit comments