Skip to content

Commit ed3ecc8

Browse files
committed
Fix np version in README, project ver in setup.py
1 parent 52780e3 commit ed3ecc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For external references, just find the API documentation wherever it lives on
9090
the web, and pass ``sphobjinv suggest`` a URL from within the documentation set
9191
with the ``--url/-u`` flag. For example, say I need to know how to
9292
cross-reference the ``linspace`` function from numpy (see
93-
`here <https://numpy.org/doc/1.18/reference/generated/numpy.linspace.html>`__)::
93+
`here <https://numpy.org/doc/1.23/reference/generated/numpy.linspace.html>`__)::
9494

9595
$ sphobjinv suggest https://numpy.org/doc/1.23/reference/index.html linspace -su
9696

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
exec(Path("src", "sphobjinv", "version.py").read_text(encoding="utf-8"), exec_ns)
1010
__version__ = exec_ns["__version__"]
1111

12-
version_override = "2.2"
12+
version_override = None
1313

1414

1515
def readme():

0 commit comments

Comments
 (0)