diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-04-27 00:52:11 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-04-27 00:52:11 +0200 |
| commit | aa1ead0787837f367d9fe3fc6e46bfaab56d641a (patch) | |
| tree | 66fa49f09bfbeb82417b52e6e5b51410818414c4 /setup.py | |
| parent | 3e4822faed63c81d88443a08756db80c14e1b202 (diff) | |
message thread depth bugfix
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ readme = (Path(__file__).parent / 'README.rst').read_text() setup( name='mbgui', - version='0.1.2', + version='0.1.3', description='Maildir GUI based on mblaze', long_description=readme, long_description_content_type='text/x-rst', |
