diff --git a/conda/meta.yaml b/conda/meta.yaml index c1d9fb7..39a2b54 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "sunode" %} -{% set version = "0.1" %} +{% set version = "0.1.1" %} package: name: {{ name|lower }} diff --git a/setup.py b/setup.py index ff1122a..a237928 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='sunode', - version='0.1', + version='0.1.1', author='Adrian Seyboldt', author_email='adrian.seyboldt@gmail.com', description='Python wrapper of sundials for solving ordinary differential equations',