Skip to content

Commit

Permalink
Update to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sminot committed Oct 28, 2022
1 parent 51f6ed4 commit 849c928
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 <[email protected]>" \
version "1.1.3" \
version "1.1.4" \
description "Common PhIP-Seq Workflows"

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

# install phippery
RUN pip install git+https://github.com/matsengrp/[email protected].3
RUN pip install git+https://github.com/matsengrp/[email protected].4

# install pre-build binary Bowtie1.3
RUN curl -fksSL https://sourceforge.net/projects/bowtie-bio/files/bowtie/1.3.1/bowtie-1.3.1-linux-x86_64.zip \
Expand Down
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.1.3"
__version__ = "1.1.4"

from phippery.utils import *
from phippery.normalize import *
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.1.3"
version = "1.1.4"

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

[tool.bumpver]

current_version = "1.1.3"
current_version = "1.1.4"

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

0 comments on commit 849c928

Please sign in to comment.