From 3c0345178cc6cbdf67819296d4923578d6516506 Mon Sep 17 00:00:00 2001 From: Justin C Date: Sun, 21 May 2023 12:36:36 -0400 Subject: [PATCH] Updates version number to match SemVer format. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f263963..5d35bfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hexabyte_extended_info" -version = "0.1.0rc0" +version = "0.1.0-rc.0" description = "An extended info plugin for the hexabyte hex editor." keywords = ["commandline", "hexabyte", "hexeditor", "binary", "plugin", "fileinfo","file", "libmagic"] repository = "https://github.com/thetacom/hexabyte_extended_info"