Skip to content

Commit d266e28

Browse files
committed
Bump version: 3.0.5 → 3.0.6
1 parent 9199ae7 commit d266e28

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.0.5
2+
current_version = 3.0.6
33
tag = True
44
commit = True
55
allow_dirty = True

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.0.5"
3+
version: "3.0.6"
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
@@ -443,7 +443,7 @@ def run(self):
443443
###############################################################################
444444

445445
setup(name='vmd-python',
446-
version='3.0.5',
446+
version='3.0.6',
447447
description='Visual Molecular Dynamics Python module',
448448
author='Robin Betz',
449449
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.0.5'
12+
__version__ = '3.0.6'
1313
__author__ = 'Robin Betz'
1414

1515
import imp

0 commit comments

Comments
 (0)