We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d4d920 + ae7a930 commit 0ea5be3Copy full SHA for 0ea5be3
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "stackdriver-log-formatter"
3
-version = "0.1.1"
+version = "0.1.2"
4
description = "Python log formatter for Google Stackdriver Logging"
5
authors = ["Shinichi TAMURA <hello@tmshn.dev>"]
6
license = "MIT"
stackdriver_log_formatter/__init__.py
@@ -2,4 +2,4 @@
__all__ = ['StackdriverLogFormatter']
-__version__ = '0.1.1'
+__version__ = '0.1.2'
0 commit comments