From 37385b0b1bd772dd6ae37a12c8e6a41f30918c03 Mon Sep 17 00:00:00 2001 From: KotlinIsland <65446343+kotlinisland@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:18:43 +1000 Subject: [PATCH] version 0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e578d63..7e6bdba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = [ ] description = "Utilities for basedmypy" name = "basedtyping" -version = "0.1.3" +version = "0.1.4" [tool.poetry.dependencies] python = "^3.8"