Skip to content

Commit cbdb987

Browse files
committed
v1.0.0
1 parent 1cfbdbe commit cbdb987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

logging_loki/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
from logging_loki.handlers import LokiQueueHandler
55

66
__all__ = ["LokiHandler", "LokiQueueHandler"]
7-
__version__ = "0.4.0-beta"
7+
__version__ = "1.0.0"
88
name = "logging_loki"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="python-logging-loki",
10-
version="0.4.0-beta",
10+
version="1.0.0",
1111
description="Python logging handler for Grafana Loki.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)