File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.1.4
2+ current_version = 3.1.5
33tag = True
44commit = True
55allow_dirty = True
Original file line number Diff line number Diff line change 11
2- ## [ 3.1.4 ] - 2025-01-27
2+ ## [ 3.1.5 ] - 2025-01-27
33
44### Fixed
55
Original file line number Diff line number Diff line change 11package :
22 name : vmd-python
3- version : " 3.1.4 "
3+ version : " 3.1.5 "
44
55source :
66 git_url : https://github.com/Eigenstate/vmd-python.git
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ def run(self):
448448###############################################################################
449449
450450setup (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 = 'robin@robinbetz.com' ,
Original file line number Diff line number Diff line change 99
1010"""
1111
12- __version__ = "3.1.4 "
12+ __version__ = "3.1.5 "
1313__author__ = "Robin Betz"
1414
1515import sys
You can’t perform that action at this time.
0 commit comments