Skip to content

Commit

Permalink
v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
babca authored Nov 10, 2016
1 parent ffa64ad commit 19c0a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
test_command = [sys.executable, '-m', 'unittest', 'discover']
coverage_command = ['coverage', 'run', '-m', 'unittest', 'discover']

VERSION = "0.10"
VERSION = "0.11"

class RunUnitTests(Command):
""" run unit tests """
Expand Down

0 comments on commit 19c0a5c

Please sign in to comment.