From 85ff5b34b26bf9604e1710298cc635cfee2cf155 Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Thu, 8 Jan 2026 14:15:56 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 550b7cd..a21617d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-encrypt-code" -version = "0.1.0" +version = "0.1.1" description = "Python-based command line tool to encrypt and decrypt Python modules." authors = [ { name = "Brian Bjarke Jensen", email = "schnitzelen@gmail.com" }