We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tags are often used to address stable versions. I see you're hard-coding the version in init.py . That's fine if you want to continue to do so, bumping that string right before making a tag (http://psicode.org/psi4manual/master/manage_git.html#how-to-create-and-remove-an-annotated-git-tag-on-a-remote).
If you'd like making a tag to automatically bump psi4fockci.__version__, you can try https://github.com/warner/python-versioneer#quick-install .
psi4fockci.__version__
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tags are often used to address stable versions. I see you're hard-coding the version in init.py . That's fine if you want to continue to do so, bumping that string right before making a tag (http://psicode.org/psi4manual/master/manage_git.html#how-to-create-and-remove-an-annotated-git-tag-on-a-remote).
If you'd like making a tag to automatically bump
psi4fockci.__version__
, you can try https://github.com/warner/python-versioneer#quick-install .The text was updated successfully, but these errors were encountered: