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.0.6
2+ current_version = 3.1.0
33tag = True
44commit = True
55allow_dirty = True
@@ -9,4 +9,3 @@ allow_dirty = True
99[bumpversion:file:meta.yaml]
1010
1111[bumpversion:file:vmd/vmd_src/__init__.py]
12-
Original file line number Diff line number Diff line change 11package :
22 name : vmd-python
3- version : " 3.0.6 "
3+ version : " 3.1.0 "
44
55source :
66 git_url : https://github.com/Eigenstate/vmd-python.git
Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ def run(self):
446446###############################################################################
447447
448448setup (name = 'vmd-python' ,
449- version = '3.0.6 ' ,
449+ version = '3.1.0 ' ,
450450 description = 'Visual Molecular Dynamics Python module' ,
451451 author = 'Robin Betz' ,
452452 author_email = 'robin@robinbetz.com' ,
Original file line number Diff line number Diff line change 99
1010"""
1111
12- __version__ = '3.0.6 '
12+ __version__ = '3.1.0 '
1313__author__ = 'Robin Betz'
1414
1515import imp
You can’t perform that action at this time.
0 commit comments