Skip to content

Commit

Permalink
Merge pull request isambard-uob#22 from isambard-uob/Update-to-versio…
Browse files Browse the repository at this point in the history
…n-1.5.2

Updates version number and creates release.
  • Loading branch information
ChrisWellsWood authored Feb 22, 2024
2 parents 082ff20 + 2553f6e commit 8bf7e7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ complex selections and performing analysis. Take a look at the

## Release Notes

## v1.5.2
* Fixes bug with `get_slice_from_res_id` to enable non-continuous sequences to
be selected.

## v1.5.0

* Adds rotamer classification with the `classify_angle_as_rotamer` in
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def readme():

setup(
name="AMPAL",
version="1.5.1",
version="1.5.2",
description="A simple framework for representing biomolecular structure.",
long_description=readme(),
long_description_content_type="text/markdown; charset=UTF-8; variant=GFM",
Expand Down
2 changes: 1 addition & 1 deletion src/ampal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from .dssp import tag_dssp_data


__version__ = "1.5.0"
__version__ = "1.5.2"

0 comments on commit 8bf7e7e

Please sign in to comment.