Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ authors:
- family-names: "Chakravarty"
given-names: "M. Mallar"
title: "RABIES: Rodent Automated Bold Improvement of EPI Sequences."
version: 0.6.0
date-released: 2026-03-26
version: 0.6.1
date-released: 2026-05-25
url: "https://github.com/CoBrALab/RABIES"


Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'CoBrALab'

# The full version, including alpha/beta/rc tags
release = '0.6.0'
release = '0.6.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sphinxcontrib-bibtex
sphinxcontrib-programoutput
jinja2==3.1.1
pillow==10.1.0
rabies==0.6.0
rabies==0.6.1
traits<7.0
2 changes: 1 addition & 1 deletion rabies/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# 88YbdP88 8P 88""" dP__Yb Yb 88"Yb dP__Yb Yb "88 88""
# 88 YY 88 dP 88 dP""""Yb YboodP 88 Yb dP""""Yb YboodP 888888

VERSION = (0, 6, 0)
VERSION = (0, 6, 1)

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