Skip to content

Commit 356383b

Browse files
committed
Added the release tag to the pip install and updated the setup.py for new version and release.
1 parent 60d4426 commit 356383b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Parallel to the sunsetting of Python 2 many open source packages are also droppi
5050
### pip install
5151
You can install the latest version of the `pybilt` package using `pip` sourced from the GitHub repo:
5252
```
53-
pip install -e git+https://github.com/LoLab-VU/PyBILT#egg=pybilt
53+
pip install -e git+https://github.com/LoLab-VU/PyBILT@v0.2.0#egg=pybilt
5454
```
5555
However, this will not automatically install the core dependencies. You will have to do that separately:
5656
```

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22

33
setup(name='pybilt',
4-
version='0.1.0',
4+
version='0.2.0',
55
description='Lipid bilayer analysis toolkit.',
66
author='Blake A. Wilson',
77
author_email='blake.a.wilson@vanderbilt.edu',
@@ -10,4 +10,6 @@
1010
'pybilt.com_trajectory', 'pybilt.diffusion',
1111
'pybilt.lipid_grid', 'pybilt.mda_tools',
1212
'pybilt.plot_generation'],
13+
license='MIT',
14+
keywords=['lipid bilayer', 'molecular dynamics', 'analysis']
1315
)

0 commit comments

Comments
 (0)