Skip to content

Commit

Permalink
bumpver patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallowa07 committed Oct 27, 2022
1 parent 15f526c commit 43f11b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM quay.io/hdc-workflows/ubuntu:20.04
ADD http://date.jsontest.com /etc/builddate

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

# install ubuntu basics
RUN apt-get update --fix-missing -qq && \
Expand Down
2 changes: 1 addition & 1 deletion phippery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# __init__.py

__version__ = "1.1.1"
__version__ = "1.1.2"

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

[project]
name = "phippery"
version = "1.1.1"
version = "1.1.2"
description = "Tools for analyzing PhIP-Seq Data."
readme = "README.md"
authors = [
Expand Down Expand Up @@ -58,7 +58,7 @@ packages = ["phippery"]
phippery = "phippery.cli:cli"

[tool.bumpver]
current_version = "1.1.1"
current_version = "1.1.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand All @@ -70,7 +70,7 @@ push = false
'current_version = "{version}"', 'version = "{version}"'
]
"phippery/__init__.py" = ["{version}"]
"Dockerfile" = ["version {version}"]
"Dockerfile" = ["\tversion {version}"]
#"README.md" = [
# "{version}",
#]
Expand Down

0 comments on commit 43f11b7

Please sign in to comment.