Metadata-Version: 2.1
Name: streamtools
Version: 0.1.dev2
Summary: Tools for modeling and analyzing stellar streams
Author: Jo Bovy
Author-email: bovy@astro.utoronto.ca
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

# 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)
[![image](http://img.shields.io/pypi/v/streamtools.svg)](https://pypi.python.org/pypi/streamtools/)


## 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``).

  * ``bumpversion dev`` (go from ``X.Y.devZ`` to ``X.Y.devZ+1``).

