This commit is contained in:
Gabriel Falcao 2013-02-05 15:28:13 -05:00
parent 4fc83cd37e
commit 8ef8fda4f2
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Steady Mark
> version 0.4.4
> version 0.4.5
[![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)
@ -64,10 +64,10 @@ Just run with:
$ steadymark README.md
```
# Steadymark is on version 0.4.4
# Steadymark is on version 0.4.5
```python
>>> from sure import expect
>>> from steadymark import version
>>> assert expect(version).should.equal("0.4.4")
>>> assert expect(version).should.equal("0.4.5")
```

View File

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