From b3ac8c82b9048fc3747f64721ea9e550d7b84158 Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Mon, 15 May 2023 12:07:33 +0000 Subject: [PATCH] Bump version v0.7.5 -> v1.0.0b0. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3f4742f..d2d0ff9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = surfaces -version = 0.7.5 +version = 1.0.0b0 description = Tools for on-surface chemistry long_description = file: README.md long_description_content_type = text/markdown @@ -45,7 +45,7 @@ per-file-ignores = tests/*: U100, U101 [bumpver] -current_version = "v0.7.5" +current_version = "v1.0.0b0" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}." commit = True