diff --git a/README.md b/README.md index 1e32246..c1bf62a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # lsassy -[![PyPI version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&type=6&v=v3.1.10&x2=0)](https://pypi.org/project/lsassy) +[![PyPI version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&type=6&v=v3.1.11&x2=0)](https://pypi.org/project/lsassy) [![PyPI Statistics](https://img.shields.io/pypi/dm/lsassy.svg)](https://pypistats.org/packages/lsassy) [![Tests](https://github.com/hackndo/lsassy/actions/workflows/lsassy.yml/badge.svg)](https://github.com/hackndo/lsassy/actions?workflow=lsassy) [![Twitter](https://img.shields.io/twitter/follow/hackanddo?label=HackAndDo&style=social)](https://twitter.com/intent/follow?screen_name=hackanddo) diff --git a/lsassy/__init__.py b/lsassy/__init__.py index be3cf9c..f71ed60 100644 --- a/lsassy/__init__.py +++ b/lsassy/__init__.py @@ -1 +1 @@ -__version__ = '3.1.10' +__version__ = '3.1.11' diff --git a/pyproject.toml b/pyproject.toml index 1b2cd74..673154d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lsassy" -version = "3.1.10" +version = "3.1.11" description = "Tool to remotely extract credentials" readme = "README.md" homepage = "https://github.com/hackndo/lsassy" @@ -13,7 +13,7 @@ python = "^3.7" netaddr = "^0.8.0" pypykatz = "^0.6.3" impacket = ">= 0.10.0" -rich = "^10.6.0" +rich = ">=10.6.0" [tool.poetry.dev-dependencies] pytest = "^6.2.1" diff --git a/setup.py b/setup.py index 772efb3..b6ea30b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="lsassy", - version="3.1.10", + version="3.1.11", author="Pixis", author_email="hackndo@gmail.com", description="Python library to extract credentials from lsass remotely",