Skip to content

Commit

Permalink
Merge pull request isambard-uob#23 from universvm/master
Browse files Browse the repository at this point in the history
Update pyproject.toml with version
  • Loading branch information
ChrisWellsWood authored Feb 23, 2024
2 parents 8bf7e7e + 3c1befd commit 5c04d95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ complex selections and performing analysis. Take a look at the

## Release Notes

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

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 = "AMPAL"
version = "1.5.1"
version = "1.5.3"
requires-python = ">= 3.8"
readme = "README.md"
dependencies = [
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.2",
version="1.5.3",
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.2"
__version__ = "1.5.3"

0 comments on commit 5c04d95

Please sign in to comment.