Skip to content

Commit

Permalink
Preparing for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Nov 4, 2015
1 parent 0fb9023 commit 0069b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ To test the module, just perform the following command:
```python
>>> import pyplink
>>> pyplink.test()
.......................
............................................
----------------------------------------------------------------------
Ran 23 tests in 0.149s
Ran 44 tests in 0.468s

OK
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


MAJOR = 1
MINOR = 1
MINOR = 2
MICRO = 0
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 0069b04

Please sign in to comment.