diff --git a/cookbook/__init__.py b/cookbook/__init__.py index f2b3589..5a27174 100644 --- a/cookbook/__init__.py +++ b/cookbook/__init__.py @@ -1 +1 @@ -__version__ = "0.3.0" \ No newline at end of file +__version__ = "0.3.1" \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index ede5fc0..b1eedba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True tag = True