Skip to content

Commit

Permalink
Bump version for release; Remove warning from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iandanforth committed Feb 12, 2019
1 parent fe4f981 commit df9c1af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
### *** Warning: PyMuscle is early stage and under active development. ***

# PyMuscle
[![Build Status](https://travis-ci.org/iandanforth/pymuscle.svg?branch=master)](https://travis-ci.org/iandanforth/pymuscle)

Expand Down
2 changes: 1 addition & 1 deletion pymuscle/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
PyMuscle Library
"""
VERSION = (0, 1, 1)
VERSION = (0, 1, 2)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit df9c1af

Please sign in to comment.