Skip to content

Commit 319506a

Browse files
author
BumpVersion Action
committed
Bump version: 0.6.6 → 0.6.7
1 parent afe6f81 commit 319506a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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 = 0.6.6
2+
current_version = 0.6.7
33
commit = True
44
tag = True
55
tag_name = v{new_version}

DEVELOP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Longbow
22
Annotation and segmentation of MAS-seq data
33

4-
Current version: 0.6.6
4+
Current version: 0.6.7
55

66
## Development
77

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Longbow
66
.. |GitHub release| image:: https://img.shields.io/github/release/broadinstitute/longbow.svg
77
:target: https://github.com/broadinstitute/longbow/releases/
88

9-
.. |Generic badge| image:: https://img.shields.io/badge/Docker-v0.6.6-blue.svg
9+
.. |Generic badge| image:: https://img.shields.io/badge/Docker-v0.6.7-blue.svg
1010
:target: https://console.cloud.google.com/gcr/images/broad-dsp-lrma/US/lr-longbow
1111

1212
.. |PyPI version maslongbow| image:: https://img.shields.io/pypi/v/maslongbow.svg
@@ -29,7 +29,7 @@ For a pre-built version including all dependencies, access our Docker image.
2929

3030
::
3131

32-
docker pull us.gcr.io/broad-dsp-lrma/lr-longbow:0.6.6
32+
docker pull us.gcr.io/broad-dsp-lrma/lr-longbow:0.6.7
3333

3434
To install from Github source for development, the following commands can be run.
3535

longbow.conda_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
- pbmm2
1111
- pip
1212
- pip:
13-
- maslongbow==0.6.6
13+
- maslongbow==0.6.7

setup.py

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

55
# following src dir layout according to
66
# https://blog.ionelmc.ro/2014/05/25/python-packaging/#the-structure
7-
version = "0.6.6"
7+
version = "0.6.7"
88
setup(
99
name="maslongbow",
1010
version=version,

src/longbow/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Version number is automatically set via bumpversion.
22
# DO NOT MODIFY:
3-
VERSION = "0.6.6"
3+
VERSION = "0.6.7"

0 commit comments

Comments
 (0)