Skip to content

Commit

Permalink
Update to version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicanyelles committed Dec 15, 2022
1 parent e1acad5 commit f409ba1
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.1",
version="0.1.2",
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"],
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.1.tar.gz",
download_url="https://github.com/dynamicsUAB/RCBS.py/archive/refs/tags/0.1.2.tar.gz",
)

0 comments on commit f409ba1

Please sign in to comment.