Skip to content

Commit def5bf9

Browse files
committed
[SKIP] 2.6.0 → 2.6.1
1 parent da6764d commit def5bf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "2.6.0"
2+
current_version = "2.6.1"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name="pdb-tools", # Required
33-
version="2.6.0", # Required
33+
version="2.6.1", # Required
3434
description="A swiss army knife for PDB files.", # Optional
3535
long_description=long_description, # Optional
3636
long_description_content_type="text/markdown", # Optional (see note above)

0 commit comments

Comments
 (0)