Skip to content

Commit 0d3402b

Browse files
authored
Bump version number for v2.5.0 (#193)
1 parent adaecd1 commit 0d3402b

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
@@ -47,7 +47,7 @@ To check whether the installation succeeded, run the following command and verif
4747

4848
```bash
4949
$ scfw --version
50-
2.4.0
50+
2.5.0
5151
```
5252

5353
### 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__ = "2.4.0"
5+
__version__ = "2.5.0"

0 commit comments

Comments
 (0)