version bump
This commit is contained in:
parent
08b612575c
commit
62b80c13cc
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ log = logging.getLogger(__name__)
|
|||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
log.setLevel(logging.ERROR)
|
||||
|
||||
version = (0, 2, 6)
|
||||
version = (0, 3, 0)
|
||||
__version__ = ".".join([str(x) for x in version])
|
||||
|
|
Loading…
Reference in a new issue