Metadata-Version: 2.1
Name: streamtools
Version: 0.1.dev0
Summary: Tools for modeling and analyzing stellar streams
Home-page: UNKNOWN
Author: Jo Bovy
Author-email: bovy@astro.utoronto.ca
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.7)
Requires-Dist: scipy
Requires-Dist: galpy

# streamtools
Tools for modeling and analyzing stellar streams

[![Documentation Status](https://readthedocs.org/projects/streamtools/badge/?version=latest)](https://streamtools.readthedocs.io/en/latest/?badge=latest)


## Development

* Bump version using:

  * ``bumpversion release`` when releasing (removes ``.devX`` part of
     the version)

  * ``bumpversion minor`` (go from ``X.Y`` to ``X.Y+1.dev0``)

  * ``bumpversion major`` (go from ``X.Y`` to ``X+1.0.dev0``).



