lib/numo/openblas/version.rb in numo-openblas-0.1.1 vs lib/numo/openblas/version.rb in numo-openblas-0.2.0
- old
+ new
@@ -1,12 +1,10 @@
# frozen_string_literal: true
+# Numo is the top level namespace of NUmerical MOdules for Ruby.
module Numo
# Numo::OpenBLAS loads Numo::NArray and Linalg with OpenBLAS used as backend library.
module OpenBLAS
# The version of Numo::OpenBLAS you install.
- VERSION = '0.1.1'
-
- # The version OpenBLAS that Numo::OpenBLAS build and use.
- OPENBLAS_VERSION = '0.3.10'
+ VERSION = '0.2.0'
end
end