From 550cffa8424d123f538bc0d554daf2135e271390 Mon Sep 17 00:00:00 2001 From: Friederike Schneider Date: Mon, 30 Jun 2025 11:02:19 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.5=20=E2=86=92=200.0.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- respondo/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8517b10..b17df2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "respondo" description = "Library for response functions using ADC" -version = "0.0.5" +version = "0.0.6" readme = "README.md" authors = [ { name = "Antonia Papapostolou, Maximilian Scheurer" } diff --git a/respondo/__init__.py b/respondo/__init__.py index 9c7b934..66634fe 100644 --- a/respondo/__init__.py +++ b/respondo/__init__.py @@ -9,7 +9,7 @@ from .rixs import rixs from .tpa import tpa_resonant -__version__ = "0.0.5" +__version__ = "0.0.6" __all__ = [ "static_polarizability", "real_polarizability", diff --git a/setup.cfg b/setup.cfg index 8549747..3006f28 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.5 +current_version = 0.0.6 commit = True tag = True