Skip to content

Commit 7954b9f

Browse files
committed
bump version to 0.1.1
1 parent 94a41ab commit 7954b9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pycodify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Register default formatters
1515
from . import formatters as _formatters # noqa: F401
1616

17-
__version__ = "0.1.0"
17+
__version__ = "0.1.1"
1818

1919
__all__ = [
2020
"Assignment",

0 commit comments

Comments
 (0)