Skip to content

Commit 304c157

Browse files
committed
bump version to v0.2.10
1 parent d40d73c commit 304c157

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

99
REQUIREMENTS = [

0 commit comments

Comments
 (0)