JuliaManifolds / ManifoldsBase.jl

Basic interface for manifolds in Julia
https://juliamanifolds.github.io/ManifoldsBase.jl/
MIT License
87 stars 8 forks source link

Add missing .0 to version #70

Closed mateuszbaran closed 3 years ago

mateuszbaran commented 3 years ago

A tiny mistake.

codecov[bot] commented 3 years ago

Codecov Report

Merging #70 (1f69c5c) into master (4956e72) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   99.70%   99.70%           
=======================================
  Files          11       11           
  Lines        1342     1342           
=======================================
  Hits         1338     1338           
  Misses          4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4956e72...1f69c5c. Read the comment docs.

kellertuer commented 3 years ago

You could have done this fix also just as a commit to master, I think, because it is really an obvious typo and fix.