Skip to content

Commit 14f7fd3

Browse files
authored
Merge pull request #2 from jkomppula/develop
Correct version number
2 parents 803b778 + 893672a commit 14f7fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import numpy as np
22
import types
33
import copy
4-
version = '0.2.1_dev'
4+
version = '0.2.1.1'
55

66
"""
77
@author Jani Komppula

0 commit comments

Comments
 (0)