Skip to content

Commit

Permalink
info for v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvoegele committed Jul 7, 2021
1 parent aef0bed commit f2cc586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ We demonstrate how to use the PENSA library in an interactive and animated examp

General citation, representing the "concept" of the software:
```
Martin Vögele, Neil Thomson, Sang Truong. (2021). PENSA. Zenodo. http://doi.org/10.5281/zenodo.4362136
Martin Vögele, Neil Thomson, Sang Truong, Jasper McAvity. (2021). PENSA. Zenodo. http://doi.org/10.5281/zenodo.4362136
```
To get the citation and DOI for a particular version, see [Zenodo](https://zenodo.org/record/4362136).

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup, find_packages

setup(name='pensa',
version='0.2.2',
version='0.2.3',
description='PENSA - protein ensemble analysis',
url='http://github.com/drorlab/pensa',
author='Martin Voegele, Neil Thomson, Sang Truong',
author='Martin Voegele, Neil Thomson, Sang Truong, Jasper McAvity',
author_email='[email protected]',
license='MIT',
packages=find_packages(include=[
Expand Down

0 comments on commit f2cc586

Please sign in to comment.