We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c20a80 commit e513167Copy full SHA for e513167
README.md
@@ -33,7 +33,7 @@ make install
33
To check whether the installation succeeded, run the following command and verify that you see output similar to the following.
34
```bash
35
$ scfw --version
36
-0.2.0
+1.0.0
37
```
38
39
### Post-installation steps
scfw/__init__.py
@@ -2,4 +2,4 @@
2
A supply-chain "firewall" for preventing the installation of vulnerable or malicious `pip` and `npm` packages.
3
"""
4
5
-__version__ = "0.2.0"
+__version__ = "1.0.0"
0 commit comments