summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-07-17 06:40:27 -0700
committerBob Halley <halley@dnspython.org>2020-07-17 06:40:27 -0700
commit5a9c32cc6ee71e7ad71eeaaa50507719f348d4b8 (patch)
tree679d3eee5ed7df65fa86f34af502a60feb3c9f8b /setup.py
parent8243c571088bb2f9c3f5b49c5b96d7726e07231d (diff)
downloaddnspython-5a9c32cc6ee71e7ad71eeaaa50507719f348d4b8.tar.gz
update version post-release
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cd1be21..d7d965d 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
import sys
from setuptools import setup
-version = '2.0.0'
+version = '2.1.0dev1'
try:
sys.argv.remove("--cython-compile")