Skip to content

Commit

Permalink
Merge pull request #398 from wh0am1i/master
Browse files Browse the repository at this point in the history
new update
  • Loading branch information
wh0am1i committed Dec 26, 2023
2 parents c189624 + 297d2be commit 2c580fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pocsuite3/lib/core/option.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import socks
import prettytable
from termcolor import colored
from dockerfile import parse_string
from pocsuite3.lib.core.clear import remove_extra_log_message
from pocsuite3.lib.core.common import boldify_message, check_file, get_file_items, parse_target, \
get_public_type_members, data_to_stdout
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def find_packages(where='.'):

setup(
name='pocsuite3',
version='2.0.5',
version='2.0.6',
url='https://pocsuite.org',
description='Open-sourced remote vulnerability testing framework.',
long_description=long_description,
Expand Down

0 comments on commit 2c580fc

Please sign in to comment.