Skip to content

Commit

Permalink
Bump to version v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina committed Jul 17, 2023
1 parent e040c1d commit 1b28222
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.0
current_version = 0.0.1
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.0"
__version__ = "0.0.1"
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.0"
version = "0.0.1"
description = "ChimeraPyOrchestrator: A webapp and CLI tool for orchestrating ChimeraPy pipelines"
authors = [
{name = "Eduardo Davalos", email="[email protected]"},
Expand Down

0 comments on commit 1b28222

Please sign in to comment.