diff --git a/envs/juno_typing.yaml b/envs/juno_typing.yaml index 2d1fa27..46d51e8 100644 --- a/envs/juno_typing.yaml +++ b/envs/juno_typing.yaml @@ -27,5 +27,6 @@ dependencies: - blast=2.12.0 - pip=23.* - pulp=2.7.0 + - pyopenssl>=24.0.0 - pip: - - "--editable=git+https://github.com/RIVM-bioinformatics/juno-library.git@v2.0.1#egg=juno_library" \ No newline at end of file + - "--editable=git+https://github.com/RIVM-bioinformatics/juno-library.git@v2.0.1#egg=juno_library" diff --git a/version.py b/version.py index 6cac0a9..4923728 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ __package_name__ = "juno_typing" -__authors__ = "Alejandra Hernández Segura and Karim Hajji" -__email__ = "karim.hajji@rivm.nl" +__authors__ = "Alejandra Hernández Segura, Karim Hajji and Roxanne Wolthuis" +__email__ = "roxanne.wolthuis@rivm.nl" __license__ = "AGPLv3" -__version__ = "0.8.4" +__version__ = "0.8.6" __description__ = "Juno Typing has incorporates many tools to type bacteria."