MosDeF repos follow Semantic Versioning for their releases. All releases are tagged in GitHub. For example- mBuild version is 1.10.8.
Creating a new release
Use bump-my-version to manage releases:
pip install bump-my-version
After all the commits (wanted in this release) are merged to main, clean your repository source tree (no uncommited files and extra commits). Fetch upstream and merge to your main branch.
$ git checkout main
$ git fetch upstream