We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ca992 commit c52f330Copy full SHA for c52f330
conda/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "sunode" %}
2
-{% set version = "0.2" %}
+{% set version = "0.2.1" %}
3
4
package:
5
name: {{ name|lower }}
sunode/__init__.py
@@ -6,7 +6,7 @@
6
import sunode.solver
7
8
9
-__version__ = "0.2"
+__version__ = "0.2.1"
10
11
__all__ = [
12
"empty_matrix",
0 commit comments