We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a824e83 commit f1624dcCopy full SHA for f1624dc
pwnlib/version.py
@@ -1 +1 @@
1
-__version__ = '4.2.1'
+__version__ = '4.2.2'
setup.py
@@ -83,7 +83,7 @@
83
name = 'pwntools',
84
python_requires = '>=2.7',
85
packages = find_packages(),
86
- version = '4.2.1',
+ version = '4.2.2',
87
data_files = [('',
88
glob.glob('*.md') + glob.glob('*.txt')),
89
],
0 commit comments