diff --git a/README.md b/README.md index 7de5dea..5e3c0a8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Generating novel protein sequences using Gibbs sampling of masked language models This repository represents the code supporting the work done in [Generating novel protein sequences using Gibbs sampling of masked language models -](https://www.biorxiv.org/content/10.1101/2021.01.26.428322v1.full) +](https://www.biorxiv.org/content/10.1101/2021.01.26.428322v1.full). Since then, the code has been continuously updated. For the version of the code that was used in that preprint, see: [here](https://github.com/seanrjohnson/protein_gibbs_sampler/tree/v0.1.0) ## Install diff --git a/setup.py b/setup.py index e11eead..370280c 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ requirements = ['torch~=1.8.0', 'fair-esm~=0.3.1', 'pytest', 'tqdm'] setup( name="pgen", - version="0.1.0", + version="0.2.0", description="Generating new protein sequence by gibbs sampling masked protein language models", author="Sean Johnson, Sarah Monaco, Kenneth Massie, Zaid Sayed", url="https://github.com/seanrjohnson/protein_gibbs_sampler",