From 112f6a842fee03c8f12b4292058f7631a174dc72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Sun, 16 Jun 2024 23:45:36 +0200 Subject: [PATCH] typo --- igor2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/igor2/__init__.py b/igor2/__init__.py index de5a36c..31f2c33 100644 --- a/igor2/__init__.py +++ b/igor2/__init__.py @@ -2,7 +2,7 @@ """Interface for reading binary IGOR files.""" try: from ._version import __version__, __version_tuple__ -except ImportError +except ImportError: # semver not working on Python 3.6 __version__ = "unknown"