Skip to content

Commit

Permalink
bump version 0.17.0 -> 0.17.1
Browse files Browse the repository at this point in the history
* fix issue with parsing -w flag (forgot to return value from argument type).
* Added timeout for client udptest.
  • Loading branch information
bw0rth committed Aug 4, 2022
1 parent 7e15a07 commit 2fee513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name='pync',
version='0.17.0',
version='0.17.1',
author='Brendon Worthington',
description='arbitrary TCP and UDP connections and listens (Netcat for Python).',
package_dir={'': 'src'},
Expand Down

0 comments on commit 2fee513

Please sign in to comment.