Skip to content

Commit d5e8d94

Browse files
committed
chore: bump version to 2.9.2
1 parent 7e1d255 commit d5e8d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dnsdiag/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import string
2929
import sys
3030

31-
__version__ = '2.9.1'
31+
__version__ = '2.9.2'
3232

3333

3434
def random_string(min_length: int = 5, max_length: int = 10) -> str:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dnsdiag"
7-
version = "2.9.1"
7+
version = "2.9.2"
88
description = "DNS Measurement, Troubleshooting and Security Auditing Toolset (ping, traceroute)"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)