Skip to content

Commit 7dd730e

Browse files
committed
Bump to 0.1.1
1 parent 04721f9 commit 7dd730e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "sunode" %}
2-
{% set version = "0.1" %}
2+
{% set version = "0.1.1" %}
33

44
package:
55
name: {{ name|lower }}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='sunode',
5-
version='0.1',
5+
version='0.1.1',
66
author='Adrian Seyboldt',
77
author_email='[email protected]',
88
description='Python wrapper of sundials for solving ordinary differential equations',

0 commit comments

Comments
 (0)