Skip to content

Commit 830f45e

Browse files
committed
Bump version: 2.0.7 → 2.0.8
1 parent 1999c80 commit 830f45e

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 = 2.0.7
2+
current_version = 2.0.8
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: "2.0.7"
3+
version: "2.0.8"
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
@@ -336,7 +336,7 @@ def run(self):
336336
###############################################################################
337337

338338
setup(name='vmd-python',
339-
version='2.0.7',
339+
version='2.0.8',
340340
description='Visual Molecular Dynamics Python module',
341341
author='Robin Betz',
342342
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__ = '2.0.7'
12+
__version__ = '2.0.8'
1313
__author__ = 'Robin Betz'
1414

1515
import imp

0 commit comments

Comments
 (0)