File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3939 python -m unittest discover tests
4040
4141 build :
42- if : github.event.pull_request.merged == true
4342 needs : test
4443 name : lsassy actions on ${{ matrix.os }}
4544 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 11# lsassy
2- [ ![ PyPI version] ( https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&type=6&v=v3.1.9 &x2=0 )] ( https://pypi.org/project/lsassy )
2+ [ ![ PyPI version] ( https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&type=6&v=v3.1.10 &x2=0 )] ( https://pypi.org/project/lsassy )
33[ ![ PyPI Statistics] ( https://img.shields.io/pypi/dm/lsassy.svg )] ( https://pypistats.org/packages/lsassy )
44[ ![ Tests] ( https://github.com/hackndo/lsassy/actions/workflows/lsassy.yml/badge.svg )] ( https://github.com/hackndo/lsassy/actions?workflow=lsassy )
55[ ![ Twitter] ( https://img.shields.io/twitter/follow/hackanddo?label=HackAndDo&style=social )] ( https://twitter.com/intent/follow?screen_name=hackanddo )
Original file line number Diff line number Diff line change 1- __version__ = '3.1.9 '
1+ __version__ = '3.1.10 '
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " lsassy"
3- version = " 3.1.9 "
3+ version = " 3.1.10 "
44description = " Tool to remotely extract credentials"
55readme = " README.md"
66homepage = " https://github.com/hackndo/lsassy"
Original file line number Diff line number Diff line change 1313
1414setup (
1515 name = "lsassy" ,
16- version = "3.1.9 " ,
16+ version = "3.1.10 " ,
1717 author = "Pixis" ,
1818 author_email = "hackndo@gmail.com" ,
1919 description = "Python library to extract credentials from lsass remotely" ,
You can’t perform that action at this time.
0 commit comments