Skip to content

Commit

Permalink
bump version 1.3.0 -> 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallowa07 committed Nov 7, 2024
1 parent 1685e8f commit 5fac57c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM quay.io/hdc-workflows/ubuntu:20.04
ADD http://date.jsontest.com /etc/builddate

LABEL maintainer "Jared Galloway <jgallowa@fredhutch.rg>" \
version "1.3.0" \
version "1.3.1" \
description "Common PhIP-Seq Workflows"

# install needed tools
Expand All @@ -30,4 +30,4 @@ RUN python3 -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

# install phippery
RUN pip install git+https://github.com/matsengrp/phippery@1.3.0
RUN pip install git+https://github.com/matsengrp/phippery@1.3.1
2 changes: 1 addition & 1 deletion phippery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# __init__.py


__version__ = "1.3.0"
__version__ = "1.3.1"

from phippery.utils import *
import phippery.normalize
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "phippery"

version = "1.3.0"
version = "1.3.1"

description = "Tools for analyzing PhIP-Seq Data."
readme = "README.md"
Expand Down Expand Up @@ -63,7 +63,7 @@ phippery = "phippery.cli:cli"

[tool.bumpver]

current_version = "1.3.0"
current_version = "1.3.1"

version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
Expand Down

0 comments on commit 5fac57c

Please sign in to comment.