File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
![ pwntools logo] ( https://github.com/Gallopsled/pwntools/blob/stable/docs/source/logo.png?raw=true )
3
3
4
4
[ ![ Docs] ( https://readthedocs.org/projects/pwntools/badge/?version=stable )] ( https://docs.pwntools.com/ )
5
- [ ![ PyPI] ( https://img.shields.io/badge/pypi-v3.12.0 -green.svg?style=flat )] ( https://pypi.python.org/pypi/pwntools/ )
5
+ [ ![ PyPI] ( https://img.shields.io/badge/pypi-v3.12.1 -green.svg?style=flat )] ( https://pypi.python.org/pypi/pwntools/ )
6
6
[ ![ Travis] ( https://travis-ci.org/Gallopsled/pwntools.svg )] ( https://travis-ci.org/Gallopsled/pwntools )
7
7
[ ![ Coveralls] ( https://img.shields.io/coveralls/Gallopsled/pwntools/dev.svg )] ( https://coveralls.io/github/Gallopsled/pwntools?branch=dev )
8
8
[ ![ Twitter] ( https://img.shields.io/badge/twitter-pwntools-4099FF.svg?style=flat )] ( https://twitter.com/pwntools )
Original file line number Diff line number Diff line change 1
- __version__ = '3.12.0 '
1
+ __version__ = '3.12.1 '
Original file line number Diff line number Diff line change 87
87
setup (
88
88
name = 'pwntools' ,
89
89
packages = find_packages (),
90
- version = '3.12.0 ' ,
90
+ version = '3.12.1 ' ,
91
91
data_files = [('' ,
92
92
glob .glob ('*.md' ) + glob .glob ('*.txt' )),
93
93
],
You can’t perform that action at this time.
0 commit comments