From 3013a1030834b686f1bbb97ac9c2d825e51b0b7d Mon Sep 17 00:00:00 2001 From: Matt Streeter Date: Tue, 14 Nov 2023 15:15:06 -0800 Subject: [PATCH] Bump version number. --- autobound/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autobound/__init__.py b/autobound/__init__.py index a7ba5ab..e7b1901 100644 --- a/autobound/__init__.py +++ b/autobound/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.3" +__version__ = "0.1.4"