From 104d09332720ebc852a937299ab8e3555e296723 Mon Sep 17 00:00:00 2001 From: RemyLau Date: Sat, 20 Aug 2022 12:58:38 -0400 Subject: [PATCH] bump version to 1.0.0-rc --- docs/source/conf.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b3875889..8579bd08 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,7 +20,7 @@ project = 'dance' copyright = '2022, DANCE Team' author = 'DANCE Team' -release = '0.0.1' +release = '1.0.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.cfg b/setup.cfg index fbf409fb..150d475c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pydance -version = 0.0.1-rc +version = 1.0.0-rc description = Deep Learning for Single-cell Analysis long_description = file: README.md long_description_content_type = text/markdown