This commit is contained in:
Gabriel Falcao 2012-09-06 16:55:50 -04:00
parent 7f11effbc5
commit cda9e8d2bd
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Steady Mark
> version 0.3.0
> version 0.4.0
[![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.3.0
# Steadymark is on version 0.4.0
```python
>>> from sure import this
>>> from steadymark import version
>>> assert this(version).should.equal("0.3.0")
>>> assert this(version).should.equal("0.4.0")
```

View File

@ -24,7 +24,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
version = '0.3.0'
version = '0.4.0'
import re
import os