Skip to content

Commit

Permalink
Bump version: 0.6.0 → 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmaccal committed Mar 26, 2022
1 parent 228be18 commit 32000a0
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 = 0.6.0
current_version = 0.6.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion meld/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
logger = logging.getLogger("meld")
logger.addHandler(logging.NullHandler())

__version__ = "0.6.0"
__version__ = "0.6.1"

from openmm import unit # type: ignore

Expand Down
2 changes: 1 addition & 1 deletion plugin/python/meldplugin.i
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace std {

/* include version information */
%pythoncode %{
__version__ = '0.6.0'
__version__ = '0.6.1'
%}

/*
Expand Down
2 changes: 1 addition & 1 deletion plugin/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os
import platform

version = '0.6.0'
version = '0.6.1'

openmm_dir = '@OPENMM_DIR@'
meldplugin_header_dir = '@MELDPLUGIN_HEADER_DIR@'
Expand Down

0 comments on commit 32000a0

Please sign in to comment.