Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWellie committed Jun 27, 2024
1 parent c85ec6b commit 0225b91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 1.1.0
current_version = 1.2.0
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.10-bullseye

# take as a command line argument, or
ARG RELEASE=${RELEASE:-1.1.0}
ARG RELEASE=${RELEASE:-1.2.0}

RUN apt update && apt install -y \
apt-transport-https \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read_reqs(filename: str) -> list[str]:
name='clinvarbitration',
description='CPG ClinVar Re-interpretation',
long_description=readme,
version='1.1.0',
version='1.2.0',
author='Matthew Welland, CPG',
author_email='[email protected], [email protected]',
url='https://github.com/populationgenomics/ClinvArbitration',
Expand Down

0 comments on commit 0225b91

Please sign in to comment.