Skip to content

Commit

Permalink
setting up release 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeltje committed Sep 28, 2022
1 parent e14fa0f commit 2323e5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion misc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y \
python3 \
python3-pip

RUN pip install flair-brookslab==1.6.3 \
RUN pip install flair-brookslab==1.6.4 \
rpy2 \
pandas \
matplotlib \
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = flair-brookslab
version = 1.6.3
version = 1.6.4
author = Jeltje van Baren
author_email = jeltje.van.baren@gmail.com
description = flair
Expand Down
2 changes: 1 addition & 1 deletion src/flair/flair.py
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ def main():
sys.exit(1)

if mode == '--version':
sys.stderr.write('FLAIR v1.6.3\n')
sys.stderr.write('FLAIR v1.6.4\n')


if __name__ == "__main__":
Expand Down

0 comments on commit 2323e5f

Please sign in to comment.