Skip to content

Commit

Permalink
Bump version: 4.2.1 → 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjchallis committed Dec 8, 2023
1 parent 17c5ee3 commit 713c76f
Show file tree
Hide file tree
Showing 20 changed files with 26 additions and 26 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 = 4.2.1
current_version = 4.3.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
DEFAULT_PLATFORM: '["linux"]'
MATRIX_PLATFORM: '["linux", "macos"]'
BASE_TAG: "genomehubs/blobtoolkit"
VERSION: 4.2.1
VERSION: 4.3.0

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .hostbumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.2.0
current_version = 4.3.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .pipelinebumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.2.0
current_version = 4.3.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .prebumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 4.2.1
current_version = 4.3.0
commit = False
tag = False
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BlobToolKit (v4.2.1)
# BlobToolKit (v4.3.0)

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![DOI](https://zenodo.org/badge/150091036.svg)](https://zenodo.org/badge/latestdoi/150091036)
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name="blobtoolkit", # Required
version="4.2.1",
version="4.3.0",
description="blobtoolkit", # Optional
long_description="blobtoolkit", # Optional
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -139,9 +139,9 @@ def read(*names, **kwargs):
"pytest-mock>=3.1.1",
"pytest>=6.0.0",
],
"full": ["blobtoolkit-host==4.2.0", "blobtoolkit-pipeline==4.2.0"],
"host": ["blobtoolkit-host==4.2.0"],
"pipeline": ["blobtoolkit-pipeline==4.2.0"],
"full": ["blobtoolkit-host==4.3.0", "blobtoolkit-pipeline==4.3.0"],
"host": ["blobtoolkit-host==4.3.0"],
"pipeline": ["blobtoolkit-pipeline==4.3.0"],
},
entry_points={
"console_scripts": [
Expand Down
4 changes: 2 additions & 2 deletions src/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blobtoolkit-api",
"version": "4.2.0",
"version": "4.3.0",
"repository": "https://github.com/blobtoolkit/viewer",
"description": "",
"bin": "src/app.js",
Expand Down
2 changes: 1 addition & 1 deletion src/blobtoolkit-host/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name="blobtoolkit-host", # Required
version="4.2.0",
version="4.3.0",
description="blobtoolkit-host", # Optional
long_description="blobtoolkit-host", # Optional
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/blobtoolkit-pipeline/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name="blobtoolkit-pipeline", # Required
version="4.2.0",
version="4.3.0",
description="blobtoolkit-pipeline", # Optional
long_description="blobtoolkit-pipeline", # Optional
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/blobtoolkit-pipeline/src/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BTK Pipeline vversion="4.2.0"
# BTK Pipeline vversion="4.3.0"

Splits original pipeline into sub-pipelines that can be run independently or using the `blobtoolkit.smk` meta pipeline.

Expand Down
2 changes: 1 addition & 1 deletion src/blobtools/lib/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
"""blobtoolkit version."""

__version__ = "blobtoolkit v4.2.1"
__version__ = "blobtoolkit v4.3.0"
2 changes: 1 addition & 1 deletion src/btk/lib/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
"""blobtoolkit version."""

__version__ = "blobtoolkit v4.2.1"
__version__ = "blobtoolkit v4.3.0"
2 changes: 1 addition & 1 deletion src/docker/blobtools/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- python==3.9.13
- seqtk==1.3
- pip:
- blobtoolkit[full]==blobtoolkit==4.2.1
- blobtoolkit[full]==blobtoolkit==4.3.0
2 changes: 1 addition & 1 deletion src/docker/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dependencies:
- samtools==1.15.1
- seqtk==1.3
- pip:
- blobtoolkit[full]==4.2.1
- blobtoolkit[full]==4.3.0
4 changes: 2 additions & 2 deletions src/packaged-viewer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/packaged-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blobtoolkit-viewer",
"version": "4.2.0",
"version": "4.3.0",
"repository": "https://github.com/blobtoolkit/viewer",
"description": "",
"bin": "src/app.js",
Expand Down
4 changes: 2 additions & 2 deletions src/viewer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blobtoolkit-viewer",
"version": "4.2.0",
"version": "4.3.0",
"repository": "https://github.com/blobtoolkit/viewer",
"description": "",
"main": "index.js",
Expand Down

0 comments on commit 713c76f

Please sign in to comment.