Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Fix release, scanless v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vesche committed Mar 23, 2023
1 parent 3157608 commit 725110c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ $ scanless --list
+----------------+--------------------------------------+
$ scanless -t scanme.nmap.org -s spiderip
Running scanless v2.2 ...
Running scanless v2.2.1 ...
spiderip:
PORT STATE SERVICE
Expand Down
2 changes: 1 addition & 1 deletion scanless/cli.py
Expand Up @@ -17,7 +17,7 @@
| viewdns | https://viewdns.info |
| yougetsignal | https://www.yougetsignal.com |
+----------------+--------------------------------------+"""
VERSION = "2.2"
VERSION = "2.2.1"

sl = Scanless(cli_mode=True)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
name="scanless",
packages=["scanless", "scanless.static"],
package_data={"scanless.static": ["*.txt"]},
version="2.2.0",
version="2.2.1",
description="An online port scan scraper.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 725110c

Please sign in to comment.