gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [ascension] 12/45: bumped version to 0.1.0


From: gnunet
Subject: [GNUnet-SVN] [ascension] 12/45: bumped version to 0.1.0
Date: Fri, 25 Jan 2019 10:02:12 +0100

This is an automated email from the git hooks/post-receive script.

rexxnor pushed a commit to branch master
in repository ascension.

commit eed345abba8770410f09edcd4a01f68fffe15246
Author: rexxnor <address@hidden>
AuthorDate: Fri Sep 28 08:34:59 2018 +0200

    bumped version to 0.1.0
---
 gnsmigrator/gnsmigrator.py | 2 +-
 setup.py                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnsmigrator/gnsmigrator.py b/gnsmigrator/gnsmigrator.py
index 0329f1e..61ae1cf 100644
--- 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
index 274c6b8..bdb41b2 100644
--- 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="address@hidden",
     description="Tool to migrate DNS Zones to the GNU Name System",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]