From 2c3dc250b60299ff2fe80457667b7dfaf6990be3 Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Sun, 15 Jan 2023 22:46:26 +0100 Subject: [PATCH] Bump version v0.7.4 -> v0.7.5. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9f073e0..c1753d1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = surfaces -version = 0.7.4 +version = 0.7.5 description = Tools for on-surface chemistry long_description = file: README.md long_description_content_type = text/markdown @@ -56,7 +56,7 @@ per-file-ignores = title = Empa nanotech@surfaces Laboratory - On-Surface Chemistry [bumpver] -current_version = "v0.7.4" +current_version = "v0.7.5" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}." commit = True