Skip to content

Commit

Permalink
Bump version: 5.5.7 → 5.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Aug 13, 2021
1 parent 3448d46 commit 34eb9cb
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.7
current_version = 5.5.8
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.7"
version: "5.5.8"

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.7'
__version__ = '5.5.8'

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

0 comments on commit 34eb9cb

Please sign in to comment.