Skip to content

Commit 5f92707

Browse files
authored
Bump version number to 2.0.0 (#84)
1 parent ae319a1 commit 5f92707

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To check whether the installation succeeded, run the following command and verif
4040

4141
```bash
4242
$ scfw --version
43-
1.3.3
43+
2.0.0
4444
```
4545

4646
### Post-installation steps

scfw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
A supply-chain "firewall" for preventing the installation of vulnerable or malicious `pip` and `npm` packages.
33
"""
44

5-
__version__ = "1.3.3"
5+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)