From 985c1f902135f0851cae616ca3aeb1b425a4049c Mon Sep 17 00:00:00 2001 From: Anwar Said <40773404+Anwar-Said@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:37:36 -0500 Subject: [PATCH] config changed --- .readthedocs.yaml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8c03f47..56f6555 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,13 +3,13 @@ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required -version: 2 +version: 2.0.2 # Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: - python: "3.11" + python: "3.9" # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/setup.py b/setup.py index 190e5a5..60bb164 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='NeuroGraph', - version='2.0.1', + version='2.0.2', description='A Python package for graph-based neuroimaging benchmarks and tools', author='Anwar Said', author_email='',