Skip to content

Commit

Permalink
version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Jul 21, 2020
1 parent 7674ecd commit b863314
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 @@ -29,7 +29,7 @@
- [https://scapy.readthedocs.io/en/latest/installation.html](https://scapy.readthedocs.io/en/latest/installation.html)
- run with
`picosnitch`
- make sure you're running as an administrator if using Scapy
- you'll probably need to run it as an administrator if using Scapy
## building from source
- install from source using python 3 with
`python setup.py install --user`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="picosnitch",
version="0.2.1",
version="0.2.2",
description="See which processes make remote network connections",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b863314

Please sign in to comment.