Skip to content

Commit

Permalink
Bump version: 5.5.6 → 5.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Aug 8, 2021
1 parent d8d171b commit ff2bb1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 5.5.6
current_version = 5.5.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: larch
version: "5.5.6"
version: "5.5.7"

source:
path: ../
Expand Down
2 changes: 1 addition & 1 deletion larch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '5.5.6'
__version__ = '5.5.7'

from .util.interface_info import Info, ipython_status
import sys
Expand Down

0 comments on commit ff2bb1b

Please sign in to comment.