Skip to content

Commit

Permalink
Bump version: 2.0.9 → 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Eigenstate committed Mar 12, 2018
1 parent 0519f25 commit bc00966
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.9
current_version = 2.0.10
tag = True
commit = True
allow_dirty = True
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: vmd-python
version: "2.0.9"
version: "2.0.10"

source:
git_url: https://github.com/Eigenstate/vmd-python.git
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def run(self):
###############################################################################

setup(name='vmd-python',
version='2.0.9',
version='2.0.10',
description='Visual Molecular Dynamics Python module',
author='Robin Betz',
author_email='robin@robinbetz.com',
Expand Down
2 changes: 1 addition & 1 deletion vmd/vmd_src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

__version__ = '2.0.9'
__version__ = '2.0.10'
__author__ = 'Robin Betz'

import imp
Expand Down

0 comments on commit bc00966

Please sign in to comment.