Skip to content

Commit

Permalink
bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Jun 19, 2024
1 parent 51e2c2f commit 79134b5
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.10'
__version__ = '0.3.0'

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.10'
VERSION = '0.3.0'
ROOT_DIR = os.path.dirname(__file__)

REQUIREMENTS = [
Expand Down

0 comments on commit 79134b5

Please sign in to comment.