Skip to content

Commit 0e05b59

Browse files
authored
Merge pull request #92 from Hackndo/3.1.10
3.1.10
2 parents edf117e + 6cbcbc8 commit 0e05b59

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.github/workflows/lsassy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
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 }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)

lsassy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.1.9'
1+
__version__ = '3.1.10'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lsassy"
3-
version = "3.1.9"
3+
version = "3.1.10"
44
description = "Tool to remotely extract credentials"
55
readme = "README.md"
66
homepage = "https://github.com/hackndo/lsassy"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
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",

0 commit comments

Comments
 (0)