Bump version: 0.3.2 → 0.3.3

This commit is contained in:
Alex Grintsvayg 2016-07-05 15:20:35 -04:00
parent d875325cee
commit 8336930091
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.3.3
commit = True
tag = True

View file

@ -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('.'))