Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Jun 9, 2022
1 parent 87f16bf commit 7466900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ammolite"
version = "0.7.0"
version = "0.8.0"
description = "Visualize structure data from Biotite with PyMOL"
readme = "README.rst"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/ammolite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Visualize structure data from Biotite with PyMOL.
"""

__version__ = "0.7.0"
__version__ = "0.8.0"
__name__ = "ammolite"
__author__ = "Patrick Kunzmann"

Expand Down

0 comments on commit 7466900

Please sign in to comment.