new release 0.5.1

This commit is contained in:
Gabriel Falcao 2013-10-25 15:36:09 -04:00
parent f072a7eff5
commit 6665521d29
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Steady Mark
> version 0.5.0
> version 0.5.1
[![Build Status](https://secure.travis-ci.org/gabrielfalcao/steadymark.png?branch=master)](http://travis-ci.org/#!/gabrielfalcao/steadymark)
![meme](http://cdn.memegenerator.net/instances/400x/24908847.jpg)
@ -69,10 +69,10 @@ $ steadymark README.md
you can tell steadymark to load a "boot" file before running the tests, it's very useful for hooking up [sure](http://falcao.it/sure) or [HTTPretty](http://falcao.it/HTTPretty)
# Steadymark is on version 0.5.0
# Steadymark is on version 0.5.1
```python
>>> from sure import expect
>>> from steadymark import version
>>> assert expect(version).should.equal("0.5.0")
>>> assert expect(version).should.equal("0.5.1")
```

View File

@ -25,4 +25,4 @@
# OTHER DEALINGS IN THE SOFTWARE.
from __future__ import unicode_literals
version = '0.5.0'
version = '0.5.1'