Skip to content

Commit 3ac3d15

Browse files
committed
version bump
1 parent 512684a commit 3ac3d15

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ matrix:
1212
true
1313

1414
env:
15-
- DARU_TEST_NMATRIX=1
16-
- DARU_TEST_GSL=1
15+
- DARU_TEST_NMATRIX=1 DARU_TEST_GSL=1
1716

1817
script:
1918
- bundle add yard-junk

lib/daru/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Daru
2-
VERSION = '0.2.2'.freeze
2+
VERSION = '0.3'.freeze
33
end

0 commit comments

Comments
 (0)