Skip to content

Commit

Permalink
updated version test
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Nov 19, 2019
1 parent 4355bc5 commit a5b255f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,9 @@ twitter:
Here's how to get started hacking on diffengine with [pyenv]:
```console
% pyenv virtualenv 3.6.0 diffengine
% pyenv activate diffengine
% git clone https://github.com/docnow/diffengine
% cd diffengine
% pip install -r requirements
% pipenv install
% pytest
============================= test session starts ==============================
platform linux -- Python 3.5.2, pytest-3.0.5, py-1.4.32, pluggy-0.4.0
Expand Down
2 changes: 1 addition & 1 deletion diffengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# maybe this module should be broken up into multiple files, or maybe not ...

UA = "diffengine/0.1.2 (+https://github.com/docnow/diffengine)"
UA = "diffengine/0.2.0 (+https://github.com/docnow/diffengine)"

import os
import re
Expand Down

0 comments on commit a5b255f

Please sign in to comment.