diff --git a/CITATION.cff b/CITATION.cff index 9374c79..fe0a5b8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,7 +24,7 @@ authors: date-released: 30/06/2023 doi: -version: "0.0.0" +version: "0.0.1" repository-code: "git@github.com:EIT-ALIVE/eit_dash" keywords: - EIT - Electrical Impedance Tomography diff --git a/eit_dash/__init__.py b/eit_dash/__init__.py index 70a67d4..6bb2b22 100644 --- a/eit_dash/__init__.py +++ b/eit_dash/__init__.py @@ -6,4 +6,4 @@ __author__ = "Dani Bodor" __email__ = "d.bodor@esciencecenter.nl" -__version__ = "0.0.0" +__version__ = "0.0.1" diff --git a/pyproject.toml b/pyproject.toml index 2755777..45ddaf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "Apache 2.0" @@ -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"