Patch CSV reader to use the new taxonomy system

This commit is contained in:
Eric Coissac
2024-12-20 21:30:00 +01:00
parent ccd3b06532
commit 4fe0db63ff
4 changed files with 21 additions and 594 deletions

View File

@ -8,8 +8,8 @@ import (
// corresponds to the last commit, and not the one when the file will be
// commited
var _Commit = "39dd3e3"
var _Version = "Release 4.3.0"
var _Commit = "ccd3b06"
var _Version = "Release 4.2.0"
// Version returns the version of the obitools package.
//