Skip to content

Commit 90a2dbe

Browse files
committed
bump version to 2.4.0 and add PyPI version badge
1 parent 96ed35e commit 90a2dbe

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Check subdomains for subdomain takeovers and other DNS tomfoolery
55
![License](https://img.shields.io/badge/license-GPLv3-f126ea.svg)
66
[![tests](https://github.com/blacklanternsecurity/baddns/actions/workflows/tests.yaml/badge.svg)](https://github.com/blacklanternsecurity/baddns/actions/workflows/tests.yaml)
77
[![codecov](https://codecov.io/gh/blacklanternsecurity/baddns/branch/main/graph/badge.svg)](https://codecov.io/gh/blacklanternsecurity/baddns)
8+
[![PyPI](https://img.shields.io/pypi/v/baddns)](https://pypi.org/project/baddns)
89
[![Pypi Downloads](https://img.shields.io/pypi/dm/baddns)](https://pypi.org/project/baddns)
910

1011
<p align="left"><img width="300" height="300" src="https://github.com/blacklanternsecurity/baddns/assets/24899338/2ca1fe25-e834-4df8-8b02-8bf8f60f6e31"></p>

baddns/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.0"
1+
__version__ = "2.4.0"

0 commit comments

Comments
 (0)