Skip to content

Commit

Permalink
Bump version: 5.5.5 → 5.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Aug 7, 2021
1 parent bd4c950 commit a6f44ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ environment:
- PYTHON_VERSION: 3.7
CONDA: C:\Miniconda37

version: '5.5.5.{build}'
version: '5.5.6.{build}'
image: Visual Studio 2015

# For testing only...
Expand Down
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.5
current_version = 5.5.6
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.5"
version: "5.5.6"

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

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

0 comments on commit a6f44ff

Please sign in to comment.