Skip to content

Commit 31dbb39

Browse files
committed
bump version to v0.3.1
1 parent 6f4428d commit 31dbb39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

logtail/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
from .helpers import LogtailContext, DEFAULT_CONTEXT
66
from .formatter import LogtailFormatter
77

8-
__version__ = '0.3.0'
8+
__version__ = '0.3.1'
99

1010
context = DEFAULT_CONTEXT

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55

6-
VERSION = '0.3.0'
6+
VERSION = '0.3.1'
77
ROOT_DIR = os.path.dirname(__file__)
88

99
REQUIREMENTS = [

0 commit comments

Comments
 (0)