Changes

Summary

  1. fix: staticmethod -> classmethod (commit: 6b01a15) (details)
  2. chore: tune version number (commit: 004872f) (details)
  3. fix: classmethod -> staticmethod (commit: a824e48) (details)
  4. fix: classmethods (commit: 0f38a53) (details)
  5. fix: model class (commit: 54cc535) (details)
  6. fix: cls parameter (commit: d9c8655) (details)
  7. fix: typo (commit: 87ad8c0) (details)
Commit 6b01a15ff593018ad3035dea1ecfb6859fd11377 by severinsimmler
fix: staticmethod -> classmethod
(commit: 6b01a15)
The file was modified src/cophi/model.py (diff)
The file was modified src/cophi/__version__.py (diff)
Commit a824e48e98245d14c053af77814582f3abe27de9 by severinsimmler
fix: classmethod -> staticmethod
(commit: a824e48)
The file was modified src/cophi/model.py (diff)
The file was modified src/cophi/__version__.py (diff)
The file was modified tests/test_model.py (diff)
The file was modified tests/test_model.py (diff)
The file was modified src/cophi/model.py (diff)
The file was modified README.md (diff)