Skip to content

Commit

Permalink
Update to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicanyelles committed Jul 25, 2023
1 parent 9481a8d commit cab7450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="RCBS.py",
version="0.2.0",
version="0.2.1",
description="Python package useful for analysing MD trajectories and creating QMMM models built on top of MDAnalysis.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -17,5 +17,5 @@
install_requires=["numpy", "pyyaml", "MDAnalysis", "tqdm"],
keywords="biochemistry, simulations, MDAnalysis, molecular dynamics",
url="https://github.com/dynamicsUAB/RCBS.py",
download_url="https://github.com/dynamicsUAB/RCBS.py/archive/refs/tags/0.2.0.tar.gz",
download_url="https://github.com/dynamicsUAB/RCBS.py/archive/refs/tags/0.2.1.tar.gz",
)

0 comments on commit cab7450

Please sign in to comment.