diff --git a/CITATION.cff b/CITATION.cff index ce854d4..3c22889 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ authors: - family-names: "Weissgraeber" given-names: "Philipp" orcid: "https://orcid.org/0000-0001-8320-8672" -version: 3.0.1 +version: 3.0.2 date-released: 2021-12-30 identifiers: - description: Collection of archived snapshots of all versions of WEAC diff --git a/demo/demo.ipynb b/demo/demo.ipynb index e8abd98..2f32768 100644 --- a/demo/demo.ipynb +++ b/demo/demo.ipynb @@ -13,7 +13,7 @@ "id": "695bafcb", "metadata": {}, "source": [ - "Note that instructions in this notebook refer to **release v3.0.1.** Please make sure you are running the latest version of weac using\n", + "Note that instructions in this notebook refer to **release v3.0.2.** Please make sure you are running the latest version of weac using\n", "\n", "```bash\n", "pip install -U weac\n", diff --git a/pyproject.toml b/pyproject.toml index 98abddd..531a088 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "weac" -version = "3.0.1" +version = "3.0.2" authors = [{ name = "2phi GbR", email = "mail@2phi.de" }] description = "Weak layer anticrack nucleation model" readme = "README.md" @@ -123,7 +123,7 @@ ignore = [ ] [tool.bumpversion] -current_version = "3.0.1" +current_version = "3.0.2" [[tool.bumpversion.files]] filename = "pyproject.toml" diff --git a/src/weac/__init__.py b/src/weac/__init__.py index ad6eca7..e7905e5 100644 --- a/src/weac/__init__.py +++ b/src/weac/__init__.py @@ -2,4 +2,4 @@ WEAC - Weak Layer Anticrack Nucleation Model """ -__version__ = "3.0.1" +__version__ = "3.0.2"