Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 19, 2024
2 parents 50b22cc + fe1866b commit 6b58c74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ authors:

date-released: 30/06/2023
doi: <insert your DOI here>
version: "0.0.0"
version: "0.0.1"
repository-code: "[email protected]:EIT-ALIVE/eit_dash"
keywords:
- EIT - Electrical Impedance Tomography
Expand Down
2 changes: 1 addition & 1 deletion eit_dash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = "Dani Bodor"
__email__ = "[email protected]"
__version__ = "0.0.0"
__version__ = "0.0.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eit_dash"
version = "0.0.0"
version = "0.0.1"
description = "GUI to load and analyze image data from electrical impedance tomography (EIT)"
authors = ["Your Name <[email protected]>"]
license = "Apache 2.0"
Expand Down Expand Up @@ -127,7 +127,7 @@ isort.known-first-party = ["eit_dash"]
"docs/*" = ["ALL"]

[tool.bumpversion]
current_version = "0.0.0"
current_version = "0.0.1"

[[tool.bumpversion.files]]
filename = "pyproject.toml"
Expand Down

0 comments on commit 6b58c74

Please sign in to comment.