bump version
This commit is contained in:
parent
210c1215d6
commit
20f423a2fc
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ import logging
|
|||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
||||
|
||||
version = (0, 2, 3)
|
||||
version = (0, 2, 4)
|
||||
__version__ = ".".join([str(x) for x in version])
|
||||
|
|
Loading…
Reference in a new issue