Skip to content

Commit 788dd80

Browse files
authored
Merge pull request #29 from python-discord/v1.0.0
Version 1.0.0
2 parents 6902ed2 + 7601547 commit 788dd80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
22
name = "olli"
3-
version = "0.1.2"
3+
version = "1.0.0"
44
description = "Olli searches your Loki logs and relays matching terms to Discord."
5-
authors = ["Joe Banks <[email protected]>"]
5+
authors = ["Joe Banks <[email protected]>", "Chris Lovering <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
88

@@ -14,7 +14,7 @@ documentation = "https://python-discord.github.io/olli/"
1414
keywords = ["loki", "discord", "logs", "observability"]
1515

1616
classifiers = [
17-
"Development Status :: 4 - Beta",
17+
"Development Status :: 5 - Production/Stable",
1818
"Environment :: Console",
1919
"Intended Audience :: Developers",
2020
"Intended Audience :: System Administrators"

0 commit comments

Comments
 (0)