aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrexxnor <rexxnor+gnunet@brief.li>2019-05-01 17:38:45 +0200
committerrexxnor <rexxnor+gnunet@brief.li>2019-05-01 17:38:45 +0200
commitc1ee00c35074ef188ecd9a416dd98fe55aa37b7a (patch)
treea22e7435f6193cdf88cf8555e8141ee883f7c2ca /setup.py
parentd63e299e150ad557300a404e604fc922bf1ebb7f (diff)
downloadascension-c1ee00c35074ef188ecd9a416dd98fe55aa37b7a.tar.gz
ascension-c1ee00c35074ef188ecd9a416dd98fe55aa37b7a.zip
further refactoring, type defintions and version bump, updated manpage
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cd0b403..94d6b14 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ with open("README", "r") as fh:
28 28
29setuptools.setup( 29setuptools.setup(
30 name="ascension", 30 name="ascension",
31 version="0.5.0", 31 version="0.6.0",
32 author="rexxnor", 32 author="rexxnor",
33 author_email="rexxnor+gnunet@brief.li", 33 author_email="rexxnor+gnunet@brief.li",
34 description="Tool to migrate DNS Zones to the GNU Name System", 34 description="Tool to migrate DNS Zones to the GNU Name System",