We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f14df commit c0d6e07Copy full SHA for c0d6e07
pwnlib/version.py
@@ -1 +1 @@
1
-__version__ = '4.14.0beta0'
+__version__ = '4.14.0beta1'
setup.py
@@ -63,7 +63,7 @@
63
sys.exit(-1)
64
65
setup(
66
- version = '4.14.0beta0',
+ version = '4.14.0beta1',
67
data_files = [('pwntools-doc',
68
glob.glob('*.md') + glob.glob('*.txt')),
69
],
0 commit comments