From 6ceb9c57fb26f4fc4a9c94d3bd552151070df542 Mon Sep 17 00:00:00 2001 From: Philipp Rosendahl Date: Wed, 13 Aug 2025 12:55:12 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.6.1=20=E2=86=92=202.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- demo/demo.ipynb | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index ec650b1..b741b78 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: 2.6.1 +version: 2.6.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 dcd2977..dba82f9 100644 --- a/demo/demo.ipynb +++ b/demo/demo.ipynb @@ -13,7 +13,7 @@ "id": "7d6c2b96", "metadata": {}, "source": [ - "Note that instructions in this notebook refer to **release v2.6.1**. Please make sure you are running the latest version of weac using\n", + "Note that instructions in this notebook refer to **release v2.6.2**. Please make sure you are running the latest version of weac using\n", "```sh\n", "pip install -U weac\n", "```" diff --git a/pyproject.toml b/pyproject.toml index 71a0c7a..ae26ffa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "weac" -version = "2.6.1" +version = "2.6.2" authors = [ {name = "2phi GbR", email = "mail@2phi.de"}, ] @@ -77,7 +77,7 @@ ignore-patterns = [".*\\.ipynb$"] ignore = ["E121", "E123", "E126", "E211", "E226", "E24", "E704", "W503", "W504", "E741"] [tool.bumpversion] -current_version = "2.6.1" +current_version = "2.6.2" tag = true commit = true