diff --git a/setup.cfg b/setup.cfg index c103ad5..0c89c19 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.29 +current_version = 0.1.30 commit = True tag = True diff --git a/tiramisu_brulee/__init__.py b/tiramisu_brulee/__init__.py index 9d3f5ff..bfbe132 100644 --- a/tiramisu_brulee/__init__.py +++ b/tiramisu_brulee/__init__.py @@ -2,4 +2,4 @@ __author__ = """Jacob Reinhold""" __email__ = "jcreinhold@gmail.com" -__version__ = "0.1.29" +__version__ = "0.1.30"