Skip to content

Commit 62055ed

Browse files
Bump version to 0.3.0
1 parent d974b40 commit 62055ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Mensor
2-
[![Build Status](https://travis-ci.org/airbnb/mensor.svg?branch=master)](https://travis-ci.org/airbnb/mensor)
3-
[![Documentation Status](https://readthedocs.org/projects/mensor/badge/?version=latest)](http://mensor.readthedocs.io/en/latest/?badge=latest)
4-
![Project Status](https://img.shields.io/pypi/status/mensor.svg)
52
[![PyPI Version](https://img.shields.io/pypi/v/mensor.svg)](https://pypi.org/project/mensor/)
3+
![Project Status](https://img.shields.io/pypi/status/mensor.svg)
64
![Python Versions](https://img.shields.io/pypi/pyversions/mensor.svg)
5+
[![Build Status](https://travis-ci.org/airbnb/mensor.svg?branch=master)](https://travis-ci.org/airbnb/mensor)
6+
[![Documentation Status](https://readthedocs.org/projects/mensor/badge/?version=latest)](http://mensor.readthedocs.io/en/latest/?badge=latest)
77
[![License](https://img.shields.io/github/license/airbnb/mensor.svg)](https://github.com/airbnb/mensor/blob/master/LICENSE)
88

99
Mensor is a graph-based computation engine for computing measures and metrics.

mensor/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = ['__author__', '__author_email__', '__version__']
22

3-
__version__ = '0.2.1'
3+
__version__ = '0.3.0'
44
__author__ = 'Matthew Wardrop'
55
__author_email__ = 'mpwardrop@gmail.com'
66

0 commit comments

Comments
 (0)