Skip to content

Commit

Permalink
Bump version: 2.6.2 → 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eigenstate committed Jul 6, 2017
1 parent 73c0faf commit f788892
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.6.2
current_version = 2.6.3
tag = True
commit = True
allow_dirty = True
Expand Down
2 changes: 1 addition & 1 deletion Dabble/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" Builds membrane protein systems """

__version__ = '2.6.2'
__version__ = '2.6.3'
__author__ = 'Robin Betz'

import sys
Expand Down
2 changes: 1 addition & 1 deletion Dabble/param/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Parameterizes molecules for molecular dynamics simulations
"""

__version__ = '2.6.2'
__version__ = '2.6.3'
__author__ = 'Robin Betz'

from Dabble.param.moleculematcher import MoleculeMatcher
Expand Down
2 changes: 1 addition & 1 deletion dabble
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import sys
import tempfile
from Dabble import VmdSilencer, DabbleBuilder

__version__ = '2.6.2'
__version__ = '2.6.3'
__author__ = 'Robin Betz'

#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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: dabble
version: "2.6.2"
version: "2.6.3"

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

setup(name='dabble',
version='2.6.2',
version='2.6.3',
description='Membrane protein system builder',
author='Robin Betz',
author_email='[email protected]',
Expand Down

0 comments on commit f788892

Please sign in to comment.