Skip to content

Commit

Permalink
Merge pull request #26 from JecaTosovic/release/v0.2.0
Browse files Browse the repository at this point in the history
Release v0.2.0
  • Loading branch information
JecaTosovic authored Sep 5, 2023
2 parents 6a20925 + 5eeace5 commit c073faf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ConservedWaterSearch/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ def visualise_pymol(
crystal waters shall be selected. Defaults to 10.0.
density_map (str | None, optional): Water density map to add to
visualisation session (usually .dx file). Defaults to None.
lunch_pymol (bool, optional): If `True` pymol will be lunched
in interactive mode. If `False` pymol will be imported
without lunching. Defaults to True.
reinitialize (bool, optional): If `True` pymol will be
reinitialized (defaults restored and objects cleaned).
Defaults to True.
Example::
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
author = "Jelena Tosovic, Domagoj Fijan, Marko Jukic, Urban Bren"

# The full version, including alpha/beta/rc tags
version = "0.1.2"
release = "0.1.2"
version = "0.2.0"
release = "0.2.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ConservedWaterSearch"
version = "0.1.2"
version = "0.2.0"
authors = [
{ name = "Domagoj Fijan" },
{ name = "Jelena Tosovic", email = "jecat_90@live.com" },
Expand Down

0 comments on commit c073faf

Please sign in to comment.