aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrexxnor <rexxnor+gnunet@brief.li>2019-01-10 15:05:26 +0100
committerrexxnor <rexxnor+gnunet@brief.li>2019-01-20 20:01:28 +0100
commitfed58bebd10242d719d6615fa3b9e9b92bb6b7bd (patch)
tree4e2be7577e217f0e9b440ca856965102d41ef111 /setup.py
parent1cf160afcf98be8d88ba10f684541ce7cdba7026 (diff)
downloadascension-fed58bebd10242d719d6615fa3b9e9b92bb6b7bd.tar.gz
ascension-fed58bebd10242d719d6615fa3b9e9b92bb6b7bd.zip
added daemonization, bumped version
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 cfd7f0f..25ca31c 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ with open("README.md", "r") as fh:
10 10
11setuptools.setup( 11setuptools.setup(
12 name="ascension", 12 name="ascension",
13 version="0.1.3", 13 version="0.3.0",
14 author="rexxnor", 14 author="rexxnor",
15 author_email="rexxnor+gnunet@brief.li", 15 author_email="rexxnor+gnunet@brief.li",
16 description="Tool to migrate DNS Zones to the GNU Name System", 16 description="Tool to migrate DNS Zones to the GNU Name System",