Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed May 28, 2024
1 parent ff98b63 commit fea73a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

------------------------------------------------------------------------------

## Version X.Y.Z
## Version 0.8.0

Date: XX/YY/ZZZZ
Date: 28/05/2024
Contributors: @RMeli

### Added
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
given-names: "Jochem"
orcid: "https://orcid.org/0000-0002-9970-4950"
title: "spyrmsd"
version: 0.7.0
version: 0.8.0
doi: 10.5281/zenodo.3631876
date-released: 2021-06-21
url: "https://github.com/RMeli/spyrmsd"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
description=short_description[0],
long_description=long_description,
long_description_content_type="text/markdown",
version="0.7.0-dev",
version="0.8.0",
license="MIT",
packages=find_packages(),
include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion spyrmsd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .graph import _get_backend as get_backend # noqa: F401
from .graph import _set_backend as set_backend # noqa: F401

__version__ = "0.8.0-dev"
__version__ = "0.8.0"

# This will print latest Zenodo version
due.cite(
Expand Down

0 comments on commit fea73a9

Please sign in to comment.