Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Nov 25, 2021
1 parent f94d00c commit b95214b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AlphaFold2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
" pip install -q biopython dm-haiku ml-collections py3Dmol\n",
" # Trick for dev stage because otherwise pip won't install newer git versions\n",
" pip uninstall -y -q colabfold\n",
" pip install -q \"colabfold[alphafold] @ git+https://github.com/sokrypton/ColabFold\"\n",
" pip install -q \"colabfold[alphafold]==1.2.0\" # Changed for release notebook\n",
" touch COLABFOLD_READY\n",
"fi\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion batch/AlphaFold2_batch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"USE_TEMPLATES=$3\n",
"\n",
"# Trick for dev stage because otherwise pip won't install newer git versions\n",
"pip install -q 'git+https://github.com/sokrypton/ColabFold.git#egg=ColabFold[alphafold]'\n",
"pip install -q \"colabfold[alphafold]==1.2.0\" # Changed for release notebook\n",
"\n",
"# Download params (~1min)\n",
"python -m colabfold.download\n",
Expand Down
2 changes: 1 addition & 1 deletion beta/AlphaFold2_advanced_old.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1121,4 +1121,4 @@
"outputs": []
}
]
}
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "colabfold"
version = "1.1.0"
version = "1.2.0"
description = "Making protein folding accessible to all. Predict proteins structures both in google colab and on your machine"
authors = [
"Milot Mirdita <milot.mirdita@mpibpc.mpg.de>",
Expand Down

0 comments on commit b95214b

Please sign in to comment.