Skip to content

Commit

Permalink
Upload version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicanyelles committed Dec 20, 2022
1 parent 7f4adfc commit 51ce06e
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.1.2",
version="0.2.0",
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.1.2.tar.gz",
download_url="https://github.com/dynamicsUAB/RCBS.py/archive/refs/tags/0.2.0.tar.gz",
)

0 comments on commit 51ce06e

Please sign in to comment.