Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 209 Bytes

how-to-release.rst

File metadata and controls

18 lines (12 loc) · 209 Bytes

How to release

  1. Execute the notebooks

    make notebooks
    
  2. Bump up version in setup.py

    __version__ = '0.0.1'
    
  3. Release

    make release