diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5497fa8..6c94fa4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.6.2 +current_version = 2.6.3 tag = True commit = True allow_dirty = True diff --git a/Dabble/__init__.py b/Dabble/__init__.py index 7fdfcc0..f7bde16 100644 --- a/Dabble/__init__.py +++ b/Dabble/__init__.py @@ -1,6 +1,6 @@ """ Builds membrane protein systems """ -__version__ = '2.6.2' +__version__ = '2.6.3' __author__ = 'Robin Betz' import sys diff --git a/Dabble/param/__init__.py b/Dabble/param/__init__.py index 30037c8..bf680ff 100644 --- a/Dabble/param/__init__.py +++ b/Dabble/param/__init__.py @@ -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 diff --git a/dabble b/dabble index df60fb2..8b2f95f 100755 --- a/dabble +++ b/dabble @@ -31,7 +31,7 @@ import sys import tempfile from Dabble import VmdSilencer, DabbleBuilder -__version__ = '2.6.2' +__version__ = '2.6.3' __author__ = 'Robin Betz' #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ diff --git a/meta.yaml b/meta.yaml index 89c7c83..e59a48f 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,6 +1,6 @@ package: name: dabble - version: "2.6.2" + version: "2.6.3" source: git_url: https://github.com/drorlab/dabble.git diff --git a/setup.py b/setup.py index 56f2570..e6ba9b5 100644 --- a/setup.py +++ b/setup.py @@ -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='robin@robinbetz.com',