From e6b073b0c1964906056b2af46a0fcd5bd992f48c Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Fri, 20 Oct 2023 15:44:51 +0000 Subject: [PATCH] Bump version v1.0.0b8 -> v1.0.0b9. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2394964..958d25d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = surfaces -version = 1.0.0b8 +version = 1.0.0b9 description = Tools for on-surface chemistry, developed at the nanotech@surfaces laboratory, Empa. long_description = file: README.md long_description_content_type = text/markdown @@ -46,7 +46,7 @@ per-file-ignores = tests/*: U100, U101 [bumpver] -current_version = "v1.0.0b8" +current_version = "v1.0.0b9" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}." commit = True