release: 0.3.0

This commit is contained in:
Romain Dorgueil
2017-05-22 11:05:48 +02:00
parent c76c28ca5e
commit 1813681bab
3 changed files with 48 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.3.0a1'
__version__ = '0.3.0'

View File

@ -37,6 +37,7 @@ class ContextProcessor(Option):
... yield counter.get()
"""
@property
def __name__(self):
return self.func.__name__