Skip to content

Commit 6e670b9

Browse files
committed
set version to 0.5.0
1 parent b0c29cc commit 6e670b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
x.y.z
1+
0.5.0

test/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ def test_h2o_grid(context):
129129
def test_version():
130130
import numgrid
131131

132-
assert numgrid.get_version() == 'x.y.z'
132+
assert numgrid.get_version() == '0.5.0'

0 commit comments

Comments
 (0)