Skip to content

Commit

Permalink
readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Mar 4, 2022
1 parent 1c0a2f0 commit 1b8c5ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ def plot_histogram(
FIXME: Add docs.
bins : int
FIXME: Add docs.
range : tuple[float, float] | None
range : tuple[float, float], optional
FIXME: Add docs.
weights : np.ndarray | None
weights : np.ndarray, optional
FIXME: Add docs.
flow : bool
FIXME: Add docs.
Expand Down
2 changes: 1 addition & 1 deletion numpydoc.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Doug Davis <[email protected]>
;; URL: https://github.com/douglasdavis/numpydoc.el
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Version: 0.6
;; Version: 0.7
;; Package-Requires: ((emacs "25.1") (s "1.12.0") (dash "2.18.0"))
;; Keywords: convenience

Expand Down

0 comments on commit 1b8c5ef

Please sign in to comment.