From e513167bb668ce51b0e7ba4c5a40b66c5cccf24d Mon Sep 17 00:00:00 2001 From: Ian Kretz <44385082+ikretz@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:43:07 +0100 Subject: [PATCH] Set initial public release version (#33) --- README.md | 2 +- scfw/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6097ab..664eac3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ make install To check whether the installation succeeded, run the following command and verify that you see output similar to the following. ```bash $ scfw --version -0.2.0 +1.0.0 ``` ### Post-installation steps diff --git a/scfw/__init__.py b/scfw/__init__.py index 1fec105..3174feb 100644 --- a/scfw/__init__.py +++ b/scfw/__init__.py @@ -2,4 +2,4 @@ A supply-chain "firewall" for preventing the installation of vulnerable or malicious `pip` and `npm` packages. """ -__version__ = "0.2.0" +__version__ = "1.0.0"