From 8a052d847c3670d21746523599006281633b9254 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 6 Aug 2021 16:03:52 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1504a6..459522d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "insee_number_translator" -version = "0.3.0" +version = "0.3.1" description = "Translate french INSEE number to meaningful data" authors = ["Gabriel Augendre "] license = "MIT"