diff options
Diffstat (limited to '')
-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.0.1", + version="0.1.0", author="Wolfgang Müller", author_email="wolf@oriole.systems", description="Search Quassel logs for matching messages and print them", |