diff --git a/CITATION.cff b/CITATION.cff index c9d3cd0..0cd214e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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" diff --git a/docs/conf.py b/docs/conf.py index 144ea51..02f664a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'CoBrALab' # The full version, including alpha/beta/rc tags -release = '0.6.0' +release = '0.6.1' # -- General configuration --------------------------------------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt index e4c41bc..3cc144e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 diff --git a/rabies/__version__.py b/rabies/__version__.py index 7c738ac..1e4f416 100644 --- a/rabies/__version__.py +++ b/rabies/__version__.py @@ -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))