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.",