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 a156451 commit 6b89679Copy full SHA for 6b89679
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = surfaces
3
-version = 1.0.0b18
+version = 1.0.0b19
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
@@ -46,7 +46,7 @@ per-file-ignores =
46
tests/*: U100, U101
47
48
[bumpver]
49
-current_version = "v1.0.0b18"
+current_version = "v1.0.0b19"
50
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
51
commit_message = "Bump version {old_version} -> {new_version}."
52
commit = True
0 commit comments