LibraryOfCongress / bagit-python

Work with BagIt packages from Python.
http://libraryofcongress.github.io/bagit-python
218 stars 85 forks source link

Parse bag versions into a tuple for ease of comparison #95

Closed acdha closed 6 years ago

acdha commented 6 years ago

It would be nice if things like self.version > (1, ) worked.