Skip to content

Commit b281477

Browse files
committed
Bump to 0.1
1 parent c743efa commit b281477

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.0.2" %}
2+
{% set version = "0.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.0.2',
5+
version='0.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)