Skip to content

Commit

Permalink
Bump to version v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina committed Oct 10, 2023
1 parent c0ea459 commit cb1f879
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.2
current_version = 0.0.3
commit = True
tag = True
message = Bump to version `v{new_version}`
Expand Down
2 changes: 1 addition & 1 deletion chimerapy/orchestrator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

from . import registered_nodes

__version__ = "0.0.2"
__version__ = "0.0.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "chimerapy-orchestrator"
version = "0.0.2"
version = "0.0.3"
description = "ChimeraPyOrchestrator: A webapp and CLI tool for orchestrating ChimeraPy pipelines"
authors = [
{name = "Eduardo Davalos", email="eduardo.davalos.anaya@vanderbilt.edu"},
Expand Down

0 comments on commit cb1f879

Please sign in to comment.