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