Skip to content

Commit ee324b0

Browse files
committed
bump version to v0.2.9
1 parent 1aa86b4 commit ee324b0

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.2.8'
8+
__version__ = '0.2.9'
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.2.8'
6+
VERSION = '0.2.9'
77
ROOT_DIR = os.path.dirname(__file__)
88

99
REQUIREMENTS = [

0 commit comments

Comments
 (0)