Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Nov 2, 2017
1 parent 20c0ef1 commit db11913
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,10 +1,10 @@
# <a name="transitions-module"></a> transitions
[![Version](https://img.shields.io/badge/version-v0.6.1-orange.svg)](https://github.com/pytransitions/transitions)
[![Version](https://img.shields.io/badge/version-v0.6.2-orange.svg)](https://github.com/pytransitions/transitions)
[![Build Status](https://travis-ci.org/pytransitions/transitions.svg?branch=master)](https://travis-ci.org/pytransitions/transitions)
[![Coverage Status](https://coveralls.io/repos/pytransitions/transitions/badge.svg?branch=master&service=github)](https://coveralls.io/github/pytransitions/transitions?branch=master)
[![Pylint](https://img.shields.io/badge/pylint-9.71%2F10-green.svg)](https://github.com/pytransitions/transitions)
[![PyPi](https://img.shields.io/pypi/v/transitions.svg)](https://pypi.org/project/transitions)
[![GitHub commits](https://img.shields.io/github/commits-since/pytransitions/transitions/0.6.0.svg)](https://github.com/pytransitions/transitions/compare/0.6.0...master)
[![GitHub commits](https://img.shields.io/github/commits-since/pytransitions/transitions/0.6.1.svg)](https://github.com/pytransitions/transitions/compare/0.6.1...master)
[![License](https://img.shields.io/github/license/pytransitions/transitions.svg)](LICENSE)
<!--[![Name](Image)](Link)-->

Expand Down
2 changes: 1 addition & 1 deletion transitions/version.py
Expand Up @@ -2,4 +2,4 @@
to determine transitions's version during runtime.
"""

__version__ = '0.6.1'
__version__ = '0.6.2'

0 comments on commit db11913

Please sign in to comment.