X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=devel%2Fnmbug%2Fnmbug;fp=devel%2Fnmbug%2Fnmbug;h=c35dd75d4243dd8f415e345ff1a4fc69c18ce0b7;hb=75477003e9df8208ac1db56d532b806a69ad0dfb;hp=8c7e925c83d59229d934a92268f571d4a23531c2;hpb=aa35cfda416781c8b480a9862a79b5a930693e83;p=notmuch diff --git a/devel/nmbug/nmbug b/devel/nmbug/nmbug index 8c7e925c..c35dd75d 100755 --- a/devel/nmbug/nmbug +++ b/devel/nmbug/nmbug @@ -51,7 +51,7 @@ except ImportError: # Python 2 from urllib import unquote as _unquote -__version__ = '0.2' +__version__ = '0.3' _LOG = _logging.getLogger('nmbug') _LOG.setLevel(_logging.WARNING)