ascension

Migrate DNS zones to the GNU Name System
Log | Files | Refs | README | LICENSE

commit eed345abba8770410f09edcd4a01f68fffe15246
parent af1af4396128b96c2ae08c347db33281ae70ea98
Author: rexxnor <rexxnor+gnunet@brief.li>
Date:   Fri, 28 Sep 2018 08:34:59 +0200

bumped version to 0.1.0

Diffstat:
Mgnsmigrator/gnsmigrator.py | 2+-
Msetup.py | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnsmigrator/gnsmigrator.py b/gnsmigrator/gnsmigrator.py @@ -236,7 +236,7 @@ def main(): Initializes object and handles arguments """ # argument parsing from docstring definition - args = docopt.docopt(__doc__, version='GNS Migrator 0.0.1') + args = docopt.docopt(__doc__, version='GNS Migrator 0.1.0') # Checks if GNUnet services are running try: diff --git a/setup.py b/setup.py @@ -10,7 +10,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="gnsmigrator", - version="0.0.1", + version="0.1.0", author="Patrick Gerber", author_email="patrick.gerber@students.bfh.ch", description="Tool to migrate DNS Zones to the GNU Name System",