Skip to content

Commit e513167

Browse files
authored
Set initial public release version (#33)
1 parent 7c20a80 commit e513167

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
@@ -33,7 +33,7 @@ make install
3333
To check whether the installation succeeded, run the following command and verify that you see output similar to the following.
3434
```bash
3535
$ scfw --version
36-
0.2.0
36+
1.0.0
3737
```
3838

3939
### 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__ = "0.2.0"
5+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)