## ABOUT THIS RELEASE
-This is dnspython 2.4.0.
+This is dnspython 2.4.1.
Please read
[What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for
information about the changes in this release.
#: MINOR
MINOR = 4
#: MICRO
-MICRO = 0
+MICRO = 1
#: RELEASELEVEL
RELEASELEVEL = 0x0F
#: SERIAL
# The short X.Y version.
version = "2.4"
# The full version, including alpha/beta/rc tags.
-release = "2.4.0"
+release = "2.4.1"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
[tool.poetry]
name = "dnspython"
-version = "2.4.0"
+version = "2.4.1"
description = "DNS toolkit"
authors = ["Bob Halley <halley@dnspython.org>"]
license = "ISC"
[metadata]
name = dnspython
-version = 2.4.0
+version = 2.4.1
author = Bob Halley
author_email = halley@dnspython.org
license = ISC