Skip to content

Commit 67a89e5

Browse files
committed
Bump version: 1.0.5 → 1.1.0
1 parent 25baf4a commit 67a89e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.5
2+
current_version = 1.1.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.((?P<release>[a-z]*)(?P<devbuild>\d*)))?
44
serialize =
55
{major}.{minor}.{patch}.{release}{devbuild}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Core algorithms for aligning two-camera microscopy imagery
88

99
## Installation
1010

11-
`pip install camera_alignment_core==1.0.5`<br>
11+
`pip install camera_alignment_core==1.1.0`<br>
1212

1313
This library is published to a private PyPI server ("Artifactory") accessible within the Allen Institute network or over VPN. This has downstream effects for how this library is installed into other Python packages.
1414

camera_alignment_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Do not edit this string manually, always use bumpversion
77
# Details in CONTRIBUTING.md
8-
__version__ = "1.0.5"
8+
__version__ = "1.1.0"
99

1010

1111
def get_module_version():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ def readme():
5959
url="https://github.com/aics-int/camera_alignment_core",
6060
# Do not edit this string manually, always use bumpversion
6161
# Details in CONTRIBUTING.rst
62-
version="1.0.5",
62+
version="1.1.0",
6363
zip_safe=False,
6464
)

0 commit comments

Comments
 (0)