We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cd238 commit 8c31984Copy full SHA for 8c31984
ivona_api/__init__.py
@@ -4,4 +4,4 @@
4
from ivona_api.ivona_api import IvonaAPI # noqa
5
6
7
-__version__ = '0.1.2'
+__version__ = '0.2.0'
tox.ini
@@ -10,7 +10,6 @@ passenv =
10
TRAVIS_BRANCH
11
TRAVIS_JOB_ID
12
13
-
14
[testenv:flake8]
15
commands = flake8 .
16
deps = flake8
0 commit comments