/pc_mouseparty

Package to maintain code for Padilla-Coreano Lab.

Primary LanguagePythonMIT LicenseMIT

pc_mouseparty

image

image image

A package for all the base functions used in the Padilla-Coreano lab.

Features

  • How to update a release:

    1. create a conda environment with dependencies in requirements_dev.txt
    2. activate environment to make use of bump2version
    3. pull latest master branch and have it checked out
    4. run bumpversion <major/minor/patch> (to set a specific version use bumpversion --new-version <major#.minor#.patch#> <major/minor/patch>)
    5. run git push --tags
    6. run git push to push the master branch to origin or just push the master to origin using a git client
    7. Go to github and use tags menu to create and publish a new release

    GH-Repo Docs