From 0ad4f64a5f4d20bd6bff221146a8b33a956e02c1 Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Thu, 6 Apr 2023 18:15:52 +0200 Subject: [PATCH] Release 0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac8bece..a83d7c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["twnet_parser"] [project] name = "twnet_parser" -version = "0.3.0" +version = "0.3.1" authors = [ {name = "ChillerDragon", email = "chillerdragon@gmail.com"}, ]