## ABOUT THIS RELEASE
-This is the development version of dnspython 2.0.0.
+This is dnspython 2.0.0.
Please read
[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
information about the changes in this release.
#: MICRO
MICRO = 0
#: RELEASELEVEL
-RELEASELEVEL = 0x00
+RELEASELEVEL = 0x0f
#: SERIAL
-SERIAL = 3
+SERIAL = 0
if RELEASELEVEL == 0x0f: # pragma: no cover
#: version
[tool.poetry]
name = "dnspython"
-version = "2.0.0dev3"
+version = "2.0.0"
description = "DNS toolkit"
authors = ["Bob Halley <halley@dnspython.org>"]
license = "ISC"
import sys
from setuptools import setup
-version = '2.0.0dev3'
+version = '2.0.0'
try:
sys.argv.remove("--cython-compile")