We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4240001 commit b0312b0Copy full SHA for b0312b0
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = surfaces
3
-version = 1.0.0b14
+version = 1.0.0b15
4
description = Tools for on-surface chemistry, developed at the nanotech@surfaces laboratory, Empa.
5
long_description = file: README.md
6
long_description_content_type = text/markdown
@@ -47,7 +47,7 @@ per-file-ignores =
47
tests/*: U100, U101
48
49
[bumpver]
50
-current_version = "v1.0.0b14"
+current_version = "v1.0.0b15"
51
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
52
commit_message = "Bump version {old_version} -> {new_version}."
53
commit = True
0 commit comments