Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Jul 1, 2020
1 parent 04721f9 commit 7dd730e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "sunode" %}
{% set version = "0.1" %}
{% set version = "0.1.1" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='sunode',
version='0.1',
version='0.1.1',
author='Adrian Seyboldt',
author_email='[email protected]',
description='Python wrapper of sundials for solving ordinary differential equations',
Expand Down

0 comments on commit 7dd730e

Please sign in to comment.