diff options
author | Wolfgang Müller | 2023-03-30 21:41:29 +0200 |
---|---|---|
committer | Wolfgang Müller | 2023-03-30 21:41:29 +0200 |
commit | f11f486634be483043524e10ca979a12bee58659 (patch) | |
tree | ec7ee45b37fe0904111d4739a09a8d97213b1c21 | |
parent | 056ff5108e14353b110290c32a697fdee4ea7b3e (diff) | |
download | quarg-f11f486634be483043524e10ca979a12bee58659.tar.gz (sig) |
Prepare for release of 0.2.00.2.0
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6cfc36c..8c0ce26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quarg" -version = "0.1.0" +version = "0.2.0" description = "Search Quassel logs for matching messages and print them" authors = ["Wolfgang Müller <wolf@oriole.systems>"] license = "MIT" |