Skip to content

Commit 807f20f

Browse files
authored
Biopython 1.85
1 parent 8711768 commit 807f20f

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

wiki/Download.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ redirect_from:
66
- /download/
77
---
88

9-
Current Release - 1.84 - 28 June 2024
10-
========================================
9+
Current Release - 1.85 - 15 Jan 2025
10+
====================================
1111

1212
See also [What's
1313
new](https://github.com/biopython/biopython/blob/master/NEWS.rst).
1414

1515
### Files
1616

17-
#### Biopython 1.84
17+
#### Biopython 1.85
1818

19-
- [biopython-1.84.tar.gz](http://biopython.org/DIST/biopython-1.84.tar.gz)
20-
25Mb -- Source Tarball
21-
- [biopython-1.84.zip](http://biopython.org/DIST/biopython-1.84.zip)
22-
27Mb -- Source Zip File
23-
- [Pre-compiled wheel files on PyPI](https://pypi.python.org/pypi/biopython/1.84)
24-
- [Documentation](https://biopython.org/docs/1.84/)
19+
- [biopython-1.85.tar.gz](http://biopython.org/DIST/biopython-1.85.tar.gz)
20+
19Mb -- Source Tarball
21+
- [biopython-1.85.zip](http://biopython.org/DIST/biopython-1.85.zip)
22+
21Mb -- Source Zip File
23+
- [Pre-compiled wheel files on PyPI](https://pypi.python.org/pypi/biopython/1.85)
24+
- [Documentation](https://biopython.org/docs/1.85/)
2525

2626
### Installation Instructions
2727

@@ -58,7 +58,7 @@ If you need to install under a specific version of Python, try something
5858
like this:
5959

6060
``` bash
61-
python3.9 -m pip install biopython
61+
python3.13 -m pip install biopython
6262
pypy -m pip install biopython
6363
```
6464

@@ -157,6 +157,15 @@ Recent releases of Biopython require NumPy (and not Numeric).
157157
Version 1.76 is the last release to support Python 2.7 and 3.5,
158158
all later releases require Python 3:
159159

160+
- [biopython-1.84.tar.gz](http://biopython.org/DIST/biopython-1.84.tar.gz)
161+
25Mb -- Source Tarball
162+
- [biopython-1.84.zip](http://biopython.org/DIST/biopython-1.84.zip)
163+
27Mb -- Source Zip File
164+
- [Pre-compiled wheel files on PyPI](https://pypi.python.org/pypi/biopython/1.84)
165+
- [Documentation](https://biopython.org/docs/1.84/)
166+
167+
<!-- -->
168+
160169
- [biopython-1.83.tar.gz](http://biopython.org/DIST/biopython-1.83.tar.gz)
161170
19Mb -- Source Tarball (10 January 2024)
162171
- [biopython-1.83.zip](http://biopython.org/DIST/biopython-1.83.zip)

0 commit comments

Comments
 (0)