Skip to content

Commit

Permalink
Bump version: 0.6.7 → 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed Nov 9, 2022
1 parent 83770fc commit d5d9fc7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.6.7
current_version = 0.6.8
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion DEVELOP.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Longbow
Annotation and segmentation of MAS-seq data

Current version: 0.6.7
Current version: 0.6.8

## Development

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Longbow
.. |GitHub release| image:: https://img.shields.io/github/release/broadinstitute/longbow.svg
:target: https://github.com/broadinstitute/longbow/releases/

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

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

::

docker pull us.gcr.io/broad-dsp-lrma/lr-longbow:0.6.7
docker pull us.gcr.io/broad-dsp-lrma/lr-longbow:0.6.8

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

Expand Down
2 changes: 1 addition & 1 deletion longbow.conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- pbmm2
- pip
- pip:
- maslongbow==0.6.7
- maslongbow==0.6.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# following src dir layout according to
# https://blog.ionelmc.ro/2014/05/25/python-packaging/#the-structure
version = "0.6.7"
version = "0.6.8"
setup(
name="maslongbow",
version=version,
Expand Down
2 changes: 1 addition & 1 deletion src/longbow/meta.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Version number is automatically set via bumpversion.
# DO NOT MODIFY:
VERSION = "0.6.7"
VERSION = "0.6.8"

0 comments on commit d5d9fc7

Please sign in to comment.