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.
2 parents 6902ed2 + 7601547 commit 788dd80Copy full SHA for 788dd80
1 file changed
pyproject.toml
@@ -1,8 +1,8 @@
1
[tool.poetry]
2
name = "olli"
3
-version = "0.1.2"
+version = "1.0.0"
4
description = "Olli searches your Loki logs and relays matching terms to Discord."
5
-authors = ["Joe Banks <joseph@josephbanks.me>"]
+authors = ["Joe Banks <joseph@josephbanks.me>", "Chris Lovering <chris.lovering.95@gmail.com>"]
6
license = "MIT"
7
readme = "README.md"
8
@@ -14,7 +14,7 @@ documentation = "https://python-discord.github.io/olli/"
14
keywords = ["loki", "discord", "logs", "observability"]
15
16
classifiers = [
17
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
18
"Environment :: Console",
19
"Intended Audience :: Developers",
20
"Intended Audience :: System Administrators"
0 commit comments