Skip to content

Commit

Permalink
bump version 1.2.0 -> 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leoguignard committed Jan 8, 2025
1 parent 8dc660b commit e08b067
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cff-version: 1.2.0
cff-version: 1.2.1
message: "If you use this software, please cite it as below."
authors:
- family-names: "Guignard"
given-names: "Léo"
orcid: "https://orcid.org/0000-0002-3686-1385"
title: "sc3D"
version: 1.2.0
version: 1.2.1
date-released: 2023-07-01
url: "https://github.com/GuignardLab/sc3D"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ profile = "black"
line_length = 79

[tool.bumpver]
current_version = "1.2.0"
current_version = "1.2.1"
version_pattern = "MAJOR.MINOR.PATCH[-TAG]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sc-3D
version = 1.2.0
version = 1.2.1
author = Leo Guignard
author_email = [email protected]
url = https://github.com/GuignardLab/sc3D
Expand Down
2 changes: 1 addition & 1 deletion src/sc3D/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.0"
__version__ = "1.2.1"

from .sc3D import Embryo
from .transformations import transformations

0 comments on commit e08b067

Please sign in to comment.