diff --git a/docs/conf.py b/docs/conf.py index 4647725..08eab01 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,8 @@ '__weakref__', '__module__', '__hash__', - '__dict__' + '__dict__', + '__annotations__' ]) } autodoc_preserve_defaults = True diff --git a/pyproject.toml b/pyproject.toml index 9c7ba3a..8b62320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ge25519" -version = "1.5.0" +version = "1.5.1" description = """\ Pure-Python data structure for working with Ed25519 \ (and Ristretto) group elements and operations.\