diff --git a/docs/conf.py b/docs/conf.py index 8c198593..b8d3299e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "nSTAT Python" author = "Cajigas Lab" -release = "0.1.0" +release = "0.2.0" extensions = ["myst_parser"] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] master_doc = "index" diff --git a/pyproject.toml b/pyproject.toml index 9f042f18..58ef9ec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nstat-toolbox" -version = "0.1.0" +version = "0.2.0" description = "Python port of the nSTAT toolbox" readme = "README.md" requires-python = ">=3.10"