From 0bc160d2c26e22125153f44eb45fd2075fe1fb9b Mon Sep 17 00:00:00 2001 From: "andrey.goloborodko" Date: Mon, 16 Sep 2024 18:45:20 +0100 Subject: [PATCH] - HOTFIX: previous version has been built with errors --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce927f4..85a6a6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "reposnap" -version = "0.3.0" +version = "0.3.1" description = "Generate a Markdown file with all contents of your project" authors = [ { name = "agoloborodko" }