Skip to content

Commit ccf54b9

Browse files
authored
Bump version number for release v1.3.2 (#54)
1 parent 994ba59 commit ccf54b9

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

3939
```bash
4040
$ scfw --version
41-
1.1.0
41+
1.3.2
4242
```
4343

4444
### 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.1"
5+
__version__ = "1.3.2"

0 commit comments

Comments
 (0)