Description: expose PEP 440 compliant version number.
 The current upstream version in the package name is still using dashes to day,
 so the situation is really not ideal, to be honest.
Author: Étienne Mollier <emollier@debian.org>
Bug: https://github.com/cov-lineages/pangoLEARN/issues/98
Bug-Debian: https://bugs.debian.org/1030467
Last-Update: 2023-02-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- python-pangolearn.orig/pangoLEARN/__init__.py
+++ python-pangolearn/pangoLEARN/__init__.py
@@ -1,5 +1,5 @@
 _program = "pangoLEARN"
-__version__ = "2022-07-09"
+__version__ = "2022.07.09"
 PANGO_VERSION = "v1.12"
 
 __all__ = ["training"]
