Skip to content

Commit 7567348

Browse files
committed
Update version
1 parent 677018a commit 7567348

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.bumpversion.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ current_version = 1.0.4
44
[comment]
55
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved
66

7-
[bumpversion:file:nanomesh/__init__.py]
7+
[bumpversion:file:pyproject.toml]
8+
search = version = "{current_version}"
9+
replace = version = "{new_version}"
10+
11+
[bumpversion:file:edtools/__init__.py]
812
search = __version__ = '{current_version}'
913
replace = __version__ = '{new_version}'
1014

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "edtools"
4-
version = "1.0.3"
4+
version = "1.0.4"
55
description = "Collection of tools for automated processing and clustering of electron diffraction data."
66
keywords = [
77
"electron-diffraction",

0 commit comments

Comments
 (0)