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.
2 parents a63f519 + 4d66bc4 commit d21e8ebCopy full SHA for d21e8eb
logging_utilities/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (1, 2, 4)
+VERSION = (1, 3, 0)
2
if isinstance(VERSION[-1], str):
3
# Support for alpha version: 0.1.0-alpha1
4
__version__ = "-".join([".".join(map(str, VERSION[:-1])), VERSION[-1]]) # pragma: no cover
0 commit comments