diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-09 14:37:22 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-09 14:37:22 -0300 |
commit | 162e0e2e10bfaf26a5b3414c57790bd063401373 (patch) | |
tree | 5c1366b54a0c875524d038ebe5ec906236b6267a /mail/setup.py | |
parent | 90c0dbebfd5f8043b07ede9e8d3d6375d7263e12 (diff) |
Bump version to 0.3.0
Diffstat (limited to 'mail/setup.py')
-rw-r--r-- | mail/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/setup.py b/mail/setup.py index ba23f7cb..5597076b 100644 --- a/mail/setup.py +++ b/mail/setup.py @@ -37,7 +37,7 @@ tests_requirements = [ # XXX add classifiers, docs setup( name='leap.mail', - version='0.2.0-dev', + version='0.3.0', url='https://leap.se/', license='GPLv3+', author='The LEAP Encryption Access Project', |