Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwardrop committed Jul 18, 2018
1 parent d974b40 commit 62055ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Mensor
[![Build Status](https://travis-ci.org/airbnb/mensor.svg?branch=master)](https://travis-ci.org/airbnb/mensor)
[![Documentation Status](https://readthedocs.org/projects/mensor/badge/?version=latest)](http://mensor.readthedocs.io/en/latest/?badge=latest)
![Project Status](https://img.shields.io/pypi/status/mensor.svg)
[![PyPI Version](https://img.shields.io/pypi/v/mensor.svg)](https://pypi.org/project/mensor/)
![Project Status](https://img.shields.io/pypi/status/mensor.svg)
![Python Versions](https://img.shields.io/pypi/pyversions/mensor.svg)
[![Build Status](https://travis-ci.org/airbnb/mensor.svg?branch=master)](https://travis-ci.org/airbnb/mensor)
[![Documentation Status](https://readthedocs.org/projects/mensor/badge/?version=latest)](http://mensor.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/github/license/airbnb/mensor.svg)](https://github.com/airbnb/mensor/blob/master/LICENSE)

Mensor is a graph-based computation engine for computing measures and metrics.
Expand Down
2 changes: 1 addition & 1 deletion mensor/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = ['__author__', '__author_email__', '__version__']

__version__ = '0.2.1'
__version__ = '0.3.0'
__author__ = 'Matthew Wardrop'
__author_email__ = '[email protected]'

Expand Down

0 comments on commit 62055ed

Please sign in to comment.