Skip to content

Commit 2e162cb

Browse files
committed
Switched to version 0.5.5
1 parent 8052f2d commit 2e162cb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ authors:
1010
- family-names: "Chakravarty"
1111
given-names: "M. Mallar"
1212
title: "RABIES: Rodent Automated Bold Improvement of EPI Sequences."
13-
version: 0.5.4
14-
date-released: 2025-10-22
13+
version: 0.5.5
14+
date-released: 2025-12-19
1515
url: "https://github.com/CoBrALab/RABIES"
1616

1717

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'CoBrALab'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.5.4'
25+
release = '0.5.5'
2626

2727

2828
# -- General configuration ---------------------------------------------------

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sphinxcontrib-bibtex
66
sphinxcontrib-programoutput
77
jinja2==3.1.1
88
pillow==10.1.0
9-
rabies==0.5.4
9+
rabies==0.5.5
1010
traits<7.0

rabies/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# 88YbdP88 8P 88""" dP__Yb Yb 88"Yb dP__Yb Yb "88 88""
44
# 88 YY 88 dP 88 dP""""Yb YboodP 88 Yb dP""""Yb YboodP 888888
55

6-
VERSION = (0, 5, 4)
6+
VERSION = (0, 5, 5)
77

88
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)