We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04721f9 commit 7dd730eCopy full SHA for 7dd730e
2 files changed
conda/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "sunode" %}
2
-{% set version = "0.1" %}
+{% set version = "0.1.1" %}
3
4
package:
5
name: {{ name|lower }}
setup.py
@@ -2,7 +2,7 @@
setup(
name='sunode',
- version='0.1',
+ version='0.1.1',
6
author='Adrian Seyboldt',
7
author_email='adrian.seyboldt@gmail.com',
8
description='Python wrapper of sundials for solving ordinary differential equations',
0 commit comments