Skip to content

Commit 9b02d50

Browse files
committed
Update package version for publication with latest minor adjustments.
1 parent 5ab7219 commit 9b02d50

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
@@ -40,7 +40,7 @@ Examples
4040
^^^^^^^^
4141

4242
.. |egcd| replace:: ``egcd``
43-
.. _egcd: https://egcd.readthedocs.io/en/2.0.0/_source/egcd.html#egcd.egcd.egcd
43+
.. _egcd: https://egcd.readthedocs.io/en/2.0.1/_source/egcd.html#egcd.egcd.egcd
4444

4545
.. |math_gcd| replace:: ``math.gcd``
4646
.. _math_gcd: https://docs.python.org/3/library/math.html#math.gcd

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "egcd"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = """\
55
Pure-Python extended Euclidean algorithm implementation \
66
that accepts any number of integer arguments.\

0 commit comments

Comments
 (0)