Skip to content

Commit

Permalink
Omit private attributes for annotations from documentation; update ve…
Browse files Browse the repository at this point in the history
…rsion.
  • Loading branch information
lapets committed Aug 26, 2023
1 parent c3e4b79 commit 95d6653
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
'__weakref__',
'__module__',
'__hash__',
'__dict__'
'__dict__',
'__annotations__'
])
}
autodoc_preserve_defaults = True
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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.\
Expand Down

0 comments on commit 95d6653

Please sign in to comment.