From fe2002cee47c106ec3bbf131f64068288168a070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Cl=C3=A9rice?= Date: Fri, 28 Apr 2017 16:29:24 +0200 Subject: [PATCH] 1.0.0 --- README.rst | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b7de1dc..2d772ba 100644 --- a/README.rst +++ b/README.rst @@ -12,6 +12,8 @@ Capitains Nautilus .. image:: https://readthedocs.org/projects/capitains-nautilus/badge/?version=latest :alt: Documentation :target: http://capitains-nautilus.readthedocs.org +.. image:: https://zenodo.org/badge/45260156.svg + :target: https://zenodo.org/badge/latestdoi/45260156 Documentation ############# @@ -24,7 +26,7 @@ using standards. Metadata are exposed as well. A second goal of Nautilus is to serve as a cache wrapper for resolver, in order to speed up serving texts for user interfaces such as `Nemo `_ . -A known implementation can be found at `the University of Leipzig `_ . You can find the +A known implementation can be found at `the University of Leipzig `_ . You can find the set-up files on `Github `_ Trying Nautilus with a test dataset example diff --git a/setup.py b/setup.py index b7a681c..2a0553b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='capitains_nautilus', - version="1.0.0rc1", + version="1.0.0", description='Resolver for Capitains Guidelines Repository', url='http://github.com/Capitains/nautilus', author='Thibault Clerice',