We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4df1d commit 36d08f5Copy full SHA for 36d08f5
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name="python-logging-loki-v2",
10
- version="1.1.0",
+ version="1.1.1",
11
description="Python logging handler for Grafana Loki",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
@@ -19,7 +19,7 @@
19
python_requires=">=3.11",
20
install_requires=["rfc3339>=6.1", "requests"],
21
classifiers=[
22
- "Development Status :: 4 - Release",
+ "Development Status :: 5 - Production/Stable",
23
"Intended Audience :: Developers",
24
"License :: OSI Approved :: MIT License",
25
"Operating System :: OS Independent",
0 commit comments