Skip to content

Commit

Permalink
bump version 1.0.1 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leoguignard committed Jul 18, 2023
1 parent 52d57e5 commit 5e61645
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpver]
current_version = "1.0.1"
current_version = "1.0.2"
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.0.1
version = 1.0.2
author = Leo Guignard
author_email = leo.guignard@univ-amu.fr
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.0.1"
__version__ = "1.0.2"

from .sc3D import Embryo
from .transformations import transformations

0 comments on commit 5e61645

Please sign in to comment.