Skip to content

Commit 55b3836

Browse files
committed
Bump version: 3.1.4 → 3.1.5
1 parent 30eeedb commit 55b3836

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.4
2+
current_version = 3.1.5
33
tag = True
44
commit = True
55
allow_dirty = True

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## [3.1.4] - 2025-01-27
2+
## [3.1.5] - 2025-01-27
33

44
### Fixed
55

Diff for: meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: vmd-python
3-
version: "3.1.4"
3+
version: "3.1.5"
44

55
source:
66
git_url: https://github.com/Eigenstate/vmd-python.git

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def run(self):
448448
###############################################################################
449449

450450
setup(name='vmd-python',
451-
version='3.1.4',
451+
version='3.1.5',
452452
description='Visual Molecular Dynamics Python module',
453453
author='Robin Betz',
454454
author_email='[email protected]',

Diff for: vmd/vmd_src/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
"""
1111

12-
__version__ = "3.1.4"
12+
__version__ = "3.1.5"
1313
__author__ = "Robin Betz"
1414

1515
import sys

0 commit comments

Comments
 (0)