Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Loading