Skip to content

Commit

Permalink
bump version v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDavid committed Jul 30, 2023
1 parent 0063352 commit 9b4ef45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pastisbroker/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def seed_received(self, cli_id: bytes, typ: SeedType, seed: bytes):
else:
logging.debug(f"receive duplicate seed {h} by {cli.strid}")


def seed_granted(self, cli_id: bytes, typ: SeedType, seed: bytes):
# Save it in the local pool
self._seed_pool[seed] = typ
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="pastis-framework",
version="1.0.5",
version="1.0.6",
description="PASTIS framework for collaborative fuzzing",
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 9b4ef45

Please sign in to comment.