## ABOUT THIS RELEASE
-This is dnspython 2.0.0rc2.
+This is the development version of 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 = 0x0c
+RELEASELEVEL = 0x00
#: SERIAL
-SERIAL = 2
+SERIAL = 3
if RELEASELEVEL == 0x0f: # pragma: no cover
#: version
[tool.poetry]
name = "dnspython"
-version = "2.0.0rc2"
+version = "2.0.0dev3"
description = "DNS toolkit"
authors = ["Bob Halley <halley@dnspython.org>"]
license = "ISC"
import sys
from setuptools import setup
-version = '2.0.0rc2'
+version = '2.0.0dev3'
try:
sys.argv.remove("--cython-compile")