diff --git a/htmx_forms/__init__.py b/htmx_forms/__init__.py index b794fd4..df9144c 100644 --- a/htmx_forms/__init__.py +++ b/htmx_forms/__init__.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.1.1' diff --git a/setup.cfg b/setup.cfg index cd1c00d..9fb988f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True