diff options
author | Wolfgang Müller | 2021-10-21 11:42:21 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-10-21 11:42:21 +0200 |
commit | f10377961aaf9294316569d3ec198a5a7ce093ab (patch) | |
tree | 14f3bbdbb66ad3772b636aa2f7044983ebc4bbbb | |
parent | 3f74ab903d955008c183f0f7c1fd3bcf5875e8c2 (diff) | |
download | quarg-f10377961aaf9294316569d3ec198a5a7ce093ab.tar.gz (sig) |
Prepare for release of 0.1.30.1.3
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ import setuptools setuptools.setup( name="quarg", - version="0.1.2", + version="0.1.3", author="Wolfgang Müller", author_email="wolf@oriole.systems", description="Search Quassel logs for matching messages and print them", |