From 9dcdddeb4820030d8ae4ecff0547cde3ecdc6170 Mon Sep 17 00:00:00 2001 From: Hernan Monserrat <16483541+hemonserrat@users.noreply.github.com> Date: Fri, 12 Sep 2025 23:46:06 -0700 Subject: [PATCH] bump: version to 1.0.1 for release --- git_safe/__init__.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/git_safe/__init__.py b/git_safe/__init__.py index c21170b..6315a78 100644 --- a/git_safe/__init__.py +++ b/git_safe/__init__.py @@ -2,4 +2,4 @@ git-safe: Effortless file encryption for your git repos—pattern-matched, secure, and keyfile-flexible. """ -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/pyproject.toml b/pyproject.toml index c38c1de..507745c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gitsafe-cli" -version = "1.0.0" +version = "1.0.1" authors = [ {name = "Hernan Monserrat"}, ] diff --git a/setup.py b/setup.py index 34671c3..3c2491c 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="gitsafe-cli", - version="1.0.0", + version="1.0.1", author="Hernan Monserrat", author_email="", description="Effortless file encryption for your git repos—pattern-matched, secure, and keyfile-flexible.",