Bump version: 0.3.2 → 0.3.3
This commit is contained in:
parent
d875325cee
commit
8336930091
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.3.2
|
||||
current_version = 0.3.3
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
@ -4,5 +4,5 @@ log = logging.getLogger(__name__)
|
|||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
log.setLevel(logging.ERROR)
|
||||
|
||||
__version__ = "0.3.2"
|
||||
__version__ = "0.3.3"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
|
Loading…
Reference in a new issue