Skip to content

Commit 2a070bb

Browse files
committed
[SKIP] version bump 2.4.12 -> 2.5.0
1 parent 2a00556 commit 2a070bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.4.12
2+
current_version = 2.5.0
33
commit = True
44
message = [SKIP] version bump {current_version} -> {new_version}
55
tag = True

setup.py

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

2929
setup(
3030
name='pdb-tools', # Required
31-
version='2.4.12', # Required
31+
version='2.5.0', # Required
3232
description='A swiss army knife for PDB files.', # Optional
3333
long_description=long_description, # Optional
3434
long_description_content_type='text/markdown', # Optional (see note above)

0 commit comments

Comments
 (0)