diff --git a/.travis.yml b/.travis.yml index 11ad2d0..d0852f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ dist: bionic language: python python: - - "3.5" - "3.6" - "3.7" - "3.8" + - "3.9" install: - pip install flake8 flake8-colors flake8-import-order - pip install pep8-naming diff --git a/wavefront_cli/__init__.py b/wavefront_cli/__init__.py index 799bfd1..40ff099 100644 --- a/wavefront_cli/__init__.py +++ b/wavefront_cli/__init__.py @@ -1,2 +1,2 @@ """Initialize wavefront cli version.""" -__version__ = '0.0.122' +__version__ = '0.0.123'