A package for all the base functions used in the Padilla-Coreano lab.
- Free software: MIT license
- Documentation: https://padillacoreanolab.github.io/pc_mouseparty
- Pypi: https://pypi.org/project/pc-mouseparty
-
How to update a release:
- create a conda environment with dependencies in requirements_dev.txt
- activate environment to make use of bump2version
- pull latest master branch and have it checked out
- run
bumpversion <major/minor/patch>
(to set a specific version usebumpversion --new-version <major#.minor#.patch#> <major/minor/patch>
) - run
git push --tags
- run
git push
to push the master branch to origin or just push the master to origin using a git client - Go to github and use tags menu to create and publish a new release
GH-Repo Docs