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