Skip to content

Commit

Permalink
Set initial public release version (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikretz authored Nov 26, 2024
1 parent 7c20a80 commit e513167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ make install
To check whether the installation succeeded, run the following command and verify that you see output similar to the following.
```bash
$ scfw --version
0.2.0
1.0.0
```

### Post-installation steps
Expand Down
2 changes: 1 addition & 1 deletion scfw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
A supply-chain "firewall" for preventing the installation of vulnerable or malicious `pip` and `npm` packages.
"""

__version__ = "0.2.0"
__version__ = "1.0.0"

0 comments on commit e513167

Please sign in to comment.