Skip to content

Commit

Permalink
3.7.0 / 2021.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Oct 26, 2021
1 parent 6937d22 commit d7b7853
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The latest documentation of our biobb collections can be found in our readthedoc

## Version

v3.6.0 2021.2
v3.7.0 2021.3

## Copyright & Licensing

Expand Down
2 changes: 1 addition & 1 deletion docs/source/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The latest documentation of our biobb collections can be found in our readthedoc

## Version

v3.6.0 2021.2
v3.7.0 2021.3

## Copyright & Licensing

Expand Down
24 changes: 12 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="biobb",
version="3.6.0",
version="3.7.0",
author="Biobb developers",
author_email="pau.andrio@bsc.es",
description="Biobb module collection.",
Expand All @@ -18,17 +18,17 @@
"Bioexcel": "https://bioexcel.eu/"
},
packages=setuptools.find_packages(exclude=['docs', 'test']),
install_requires=['biobb_common==3.6.0',
'biobb_io==3.6.0',
'biobb_model==3.6.0',
'biobb_md==3.6.0',
'biobb_analysis==3.6.0',
'biobb_chemistry==3.6.0',
'biobb_pmx==3.6.0',
'biobb_structure_utils==3.6.1',
'biobb_ml==3.6.0',
'biobb_amber==3.6.0',
'biobb_vs==3.6.0'
install_requires=['biobb_common==3.7.0',
'biobb_io==3.7.0',
'biobb_model==3.7.0',
'biobb_md==3.7.0',
'biobb_analysis==3.7.0',
'biobb_chemistry==3.7.0',
'biobb_pmx==3.7.0',
'biobb_structure_utils==3.7.0',
'biobb_ml==3.7.0',
'biobb_amber==3.7.1',
'biobb_vs==3.7.0'
],
python_requires='==3.7.*',
classifiers=(
Expand Down

0 comments on commit d7b7853

Please sign in to comment.