Skip to content

Commit

Permalink
Changed to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicanyelles committed Nov 25, 2022
1 parent e97368d commit b3f1a9b
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.0",
version="0.1.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"],
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.0.2.tar.gz",
download_url="https://github.com/dynamicsUAB/RCBS.py/archive/refs/tags/0.1.1.tar.gz",
)

0 comments on commit b3f1a9b

Please sign in to comment.