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