Skip to content

Commit

Permalink
Merge pull request #58 from cytopia/release-0.0.9-fix
Browse files Browse the repository at this point in the history
Release 0.0.9 - version fix
  • Loading branch information
cytopia authored Apr 29, 2020
2 parents 1399981 + 4677e4c commit 4647979
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/pwncat
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if os.name != "nt":

APPNAME = "pwncat"
APPREPO = "https://github.com/cytopia/pwncat"
VERSION = "0.0.8-alpha"
VERSION = "0.0.9-alpha"

# Default timeout for timeout-based sys.stdin and socket.recv
TIMEOUT_READ_STDIN = 0.1
Expand Down
2 changes: 1 addition & 1 deletion docs/pwncat.api.html
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ <h1 class="title"><span class="name">pwncat</span> module</h1>

APPNAME = "pwncat"
APPREPO = "https://github.com/cytopia/pwncat"
VERSION = "0.0.8-alpha"
VERSION = "0.0.9-alpha"

# Default timeout for timeout-based sys.stdin and socket.recv
TIMEOUT_READ_STDIN = 0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="pwncat",
version="0.0.8-alpha",
version="0.0.9-alpha",
description="Netcat on steroids with Firewall and IPS evasion, bind and reverse shell and port-forwarding.",
license="MIT",
long_description=long_description,
Expand Down

0 comments on commit 4647979

Please sign in to comment.