Skip to content

Commit

Permalink
Bump version: 0.0.14.dev0 → 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Sep 18, 2020
1 parent 309217b commit 436c6c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[bumpversion]
current_version = 0.0.14.dev0
current_version = 0.0.14
commit = True
tag = True
sign_tags = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}.{release}{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = prod
first_value = dev
values =
values =
dev
prod

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(fname):

setup(
name="ome-zarr",
version="0.0.14.dev0",
version="0.0.14",
author="The Open Microscopy Team",
url="https://github.com/ome/ome-zarr-py",
description="Implementation of images in Zarr files.",
Expand Down

0 comments on commit 436c6c1

Please sign in to comment.