Skip to content

Commit 0ea5be3

Browse files
authored
Merge pull request #18 from tmshn/bump-0.1.2
bump version: 0.1.2
2 parents 9d4d920 + ae7a930 commit 0ea5be3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stackdriver-log-formatter"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Python log formatter for Google Stackdriver Logging"
55
authors = ["Shinichi TAMURA <hello@tmshn.dev>"]
66
license = "MIT"

stackdriver_log_formatter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ['StackdriverLogFormatter']
44

5-
__version__ = '0.1.1'
5+
__version__ = '0.1.2'

0 commit comments

Comments
 (0)