diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index d789ec9061..7934de87a7 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
with:
fetch-depth: 0
- name: Install the latest version of uv
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
- run: uv build
- run: uvx twine check dist/*
- uses: actions/upload-artifact@v4
@@ -102,7 +102,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install the latest version of uv
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
@@ -152,7 +152,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install the latest version of uv
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
- name: Show tox config
run: uvx tox c
- name: Show tox config (this call)
diff --git a/doc/interfaces.rst b/doc/interfaces.rst
index 795574a5e6..1079d15607 100644
--- a/doc/interfaces.rst
+++ b/doc/interfaces.rst
@@ -8,7 +8,7 @@ Interfaces and Workflows
:Release: |version|
:Date: |today|
-Previous versions: `1.9.2 `_ `1.9.1 `_
+Previous versions: `1.10.0 `_ `1.9.2 `_
Workflows
---------
diff --git a/nipype/info.py b/nipype/info.py
index c546e4c2fc..7ad5aba5bb 100644
--- a/nipype/info.py
+++ b/nipype/info.py
@@ -5,7 +5,7 @@
# nipype version information
# Remove .dev0 for release
-__version__ = "1.10.0"
+__version__ = "1.11.0.dev0"
def get_nipype_gitversion():