diff --git a/setup.py b/setup.py index c6acf57..33f5e35 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def _build_assets(self): setup( name='maildump', - version='0.4', + version='0.5', description='An SMTP server that makes all received mails accessible via a web interface and REST API.', long_description=readme, url='https://github.com/ThiefMaster/maildump',