diff --git a/cookiecutter.json b/cookiecutter.json index 5f22d3f..f531338 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -36,7 +36,7 @@ "Apache-2.0": ["Apache License 2.0", "green", "https://opensource.org/licenses/Apache-2.0", "Apache 2.0"] }, "__license": "{{ cookiecutter.license }}", - "_mda_cc_version": 0.1, + "_mda_cc_version": "2.10.0", "_ci_name": "gh-ci", "_central_branch_name": "main", "_dependency_source_keys": { diff --git a/docs/source/conf.py b/docs/source/conf.py index 52bf5f6..d87be84 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -32,10 +32,10 @@ project = "MDAKit Cookiecutter" # author = "MDAnalysis" -# The short X.Y version -version = "0.1" # The full version, including alpha/beta/rc tags -release = "0.1.0b" +release = "2.10.0" +# The short X.Y version +version = ".".join(release.split(".")[:2]) author = ", ".join(parse_authors(sort_alphabetically=True)) now = datetime.datetime.now()