diff --git a/docs/source/conf.py b/docs/source/conf.py index 7ef2a35a..8e24be90 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,7 +20,7 @@ project = 'dance' copyright = '2022, OmicsML' author = 'DANCE Team' -release = '1.0.0' +release = '1.0.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.cfg b/setup.cfg index 17a10acc..847eeca3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pydance -version = 1.0.1-dev +version = 1.0.1 description = Deep Learning for Single-cell Analysis long_description = file: README.md long_description_content_type = text/markdown