Skip to content

Commit

Permalink
bump version to v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Dec 13, 2023
1 parent 1aa86b4 commit ee324b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logtail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from .helpers import LogtailContext, DEFAULT_CONTEXT
from .formatter import LogtailFormatter

__version__ = '0.2.8'
__version__ = '0.2.9'

context = DEFAULT_CONTEXT
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup


VERSION = '0.2.8'
VERSION = '0.2.9'
ROOT_DIR = os.path.dirname(__file__)

REQUIREMENTS = [
Expand Down

0 comments on commit ee324b0

Please sign in to comment.