Skip to content

Commit

Permalink
Merge pull request #29 from python-discord/v1.0.0
Browse files Browse the repository at this point in the history
Version 1.0.0
  • Loading branch information
jb3 committed Sep 12, 2023
2 parents 6902ed2 + 7601547 commit 788dd80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "olli"
version = "0.1.2"
version = "1.0.0"
description = "Olli searches your Loki logs and relays matching terms to Discord."
authors = ["Joe Banks <joseph@josephbanks.me>"]
authors = ["Joe Banks <joseph@josephbanks.me>", "Chris Lovering <chris.lovering.95@gmail.com>"]
license = "MIT"
readme = "README.md"

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

classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators"
Expand Down

0 comments on commit 788dd80

Please sign in to comment.