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 ---------------------------------------------------