From 5c8c1fa4670a78b5672342c563a3cc9e5ffd4981 Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Mon, 18 Mar 2024 19:14:00 +0500 Subject: [PATCH] Bump version v1.0.0b17 -> v1.0.0b18. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 874ebe7..25af957 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = surfaces -version = 1.0.0b17 +version = 1.0.0b18 description = Tools for on-surface chemistry, developed at the nanotech@surfaces laboratory, Empa. long_description = file: README.md long_description_content_type = text/markdown @@ -47,7 +47,7 @@ per-file-ignores = tests/*: U100, U101 [bumpver] -current_version = "v1.0.0b17" +current_version = "v1.0.0b18" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}." commit = True