diff --git a/totp_generator/__init__.py b/totp_generator/__init__.py index 03b2e16..6263cd4 100644 --- a/totp_generator/__init__.py +++ b/totp_generator/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2.0.4" +__version__ = "2.0.5" __progname__ = 'TOTP Generator'