From 02e0d1b5ee3b91fb71ce9671ef809c24b68850c2 Mon Sep 17 00:00:00 2001 From: Mario Orlandi Date: Mon, 29 Jul 2024 19:51:55 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htmx_forms/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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