Skip to content

Commit

Permalink
2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Jul 16, 2024
1 parent 898678f commit 2e0fe55
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 @@ -5,7 +5,7 @@

setuptools.setup(
name="biobb_chemistry",
version="4.2.0",
version="4.2.1",
author="Biobb developers",
author_email="[email protected]",
description="Biobb_chemistry is the Biobb module collection to perform chemistry over molecular dynamics simulations.",
Expand All @@ -18,7 +18,7 @@
"Bioexcel": "https://bioexcel.eu/"
},
packages=setuptools.find_packages(exclude=['docs', 'test']),
install_requires=['biobb_common==4.2.1'],
install_requires=['biobb_common==4.2.0'],
python_requires='>=3.8',
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 2e0fe55

Please sign in to comment.