From 32681684ff410ad3b5d5613ded3b8de2fef8b67d Mon Sep 17 00:00:00 2001 From: Lucile Gaultier Date: Fri, 16 Oct 2020 15:13:00 +0200 Subject: [PATCH] Build version 0.2.0 --- conda/meta.yaml | 2 +- docs/source/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 1abab56..0744cd6 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "swot_simulator" %} -{% set version = "0.1.0" %} +{% set version = "0.2.0" %} package: name: {{ name|lower }} diff --git a/docs/source/conf.py b/docs/source/conf.py index 331ada6..e8be1f5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,9 +22,9 @@ author = 'CNES/JPL' # The short X.Y version -version = '0.1.0' +version = '0.2.0' # The full version, including alpha/beta/rc tags -release = '0.1.0' +release = '0.2.0' # -- General configuration ---------------------------------------------------