Skip to content

Commit

Permalink
"Bump version: 3.5.1 → 3.5.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
rjchallis committed Dec 15, 2022
1 parent ee43368 commit 54e56ce
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 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 = 3.5.1
current_version = 3.5.2
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-blobtoolkit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: release-blobtoolkit
env:
VERSION: 3.5.1
VERSION: 3.5.2

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BlobToolKit (v3.5.1)
# BlobToolKit (v3.5.2)

[![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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def read(*names, **kwargs):

setup(
name="blobtoolkit", # Required
version="3.5.1",
version="3.5.2",
description="blobtoolkit", # Optional
long_description="blobtoolkit", # Optional
long_description_content_type="text/markdown",
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 v3.5.1"
__version__ = "blobtoolkit v3.5.2"
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 v3.5.1"
__version__ = "blobtoolkit v3.5.2"
2 changes: 1 addition & 1 deletion src/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:20.04
LABEL maintainer="[email protected]"
LABEL license="MIT"
ARG VERSION=3.5.1
ARG VERSION=3.5.2
LABEL version=$VERSION
ENV CONTAINER_VERSION=$VERSION

Expand Down
2 changes: 1 addition & 1 deletion src/docker/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.15
LABEL maintainer="[email protected]"
LABEL license="MIT"
ARG VERSION=3.5.1
ARG VERSION=3.5.2
LABEL version=$VERSION

ENV CONTAINER_VERSION=$VERSION
Expand Down
2 changes: 1 addition & 1 deletion src/docker/blobtools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:20.04
LABEL maintainer="[email protected]"
LABEL license="MIT"
ARG VERSION=3.5.1
ARG VERSION=3.5.2
LABEL version=$VERSION
ENV CONTAINER_VERSION=$VERSION

Expand Down
2 changes: 1 addition & 1 deletion src/docker/blobtools/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- python==3.9.13
- seqtk==1.3
- pip:
- blobtoolkit==3.5.1
- blobtoolkit==3.5.2
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==3.5.1
- blobtoolkit==3.5.2
2 changes: 1 addition & 1 deletion src/docker/viewer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.15
LABEL maintainer="[email protected]"
LABEL license="MIT"
ARG VERSION=3.5.1
ARG VERSION=3.5.2
LABEL version=$VERSION

ENV CONTAINER_VERSION=$VERSION
Expand Down
2 changes: 1 addition & 1 deletion src/pipeline/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 v3.5.1"
__version__ = "blobtoolkit v3.5.2"
2 changes: 1 addition & 1 deletion src/viewer/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BlobToolKit Viewer (v3.5.1)
# BlobToolKit Viewer (v3.5.2)

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1134794.svg)](https://doi.org/10.5281/zenodo.1134794)

Expand Down

0 comments on commit 54e56ce

Please sign in to comment.