Skip to content

Commit

Permalink
Bump version: 0.1.109 → 0.1.110
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorkenw committed Apr 24, 2019
1 parent cfcaecd commit bcf96b6
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.1.109
current_version = 0.1.110
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion pychunkedgraph/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.109'
__version__ = '0.1.110'
2 changes: 1 addition & 1 deletion pychunkedgraph/app/cg_app_blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from pychunkedgraph.meshing import meshgen


__version__ = '0.1.109'
__version__ = '0.1.110'
bp = Blueprint('pychunkedgraph', __name__, url_prefix="/segmentation")

# -------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pychunkedgraph/app/meshing_app_blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# os.environ['TRAVIS_BRANCH'] = "IDONTKNOWWHYINEEDTHIS"

__version__ = '0.1.109'
__version__ = '0.1.110'
bp = Blueprint('pychunkedgraph_meshing', __name__, url_prefix="/meshing")

# -------------------------------
Expand Down

0 comments on commit bcf96b6

Please sign in to comment.