Skip to content

Commit bc00966

Browse files
committed
Bump version: 2.0.9 → 2.0.10
1 parent 0519f25 commit bc00966

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.9
2+
current_version = 2.0.10
33
tag = True
44
commit = True
55
allow_dirty = True

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: vmd-python
3-
version: "2.0.9"
3+
version: "2.0.10"
44

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def run(self):
348348
###############################################################################
349349

350350
setup(name='vmd-python',
351-
version='2.0.9',
351+
version='2.0.10',
352352
description='Visual Molecular Dynamics Python module',
353353
author='Robin Betz',
354354
author_email='[email protected]',

vmd/vmd_src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
"""
1111

12-
__version__ = '2.0.9'
12+
__version__ = '2.0.10'
1313
__author__ = 'Robin Betz'
1414

1515
import imp

0 commit comments

Comments
 (0)