Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
Version 0.0.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmo Sääskilahti committed Mar 19, 2020
1 parent 86e5c19 commit 691e33a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -34,7 +34,7 @@
"wheel",
]

VERSION = "0.0.13"
VERSION = "0.0.14"

# Optional packages
EXTRAS = {"dev": DEV}
Expand Down Expand Up @@ -123,7 +123,8 @@ def run(self):
raise errors.DistutilsError("Type-checking failed.")

self.status("Running flake8...")
exit_code = os.system("flake8 --exclude .git,.venv,__pycache__,build,dist")
exit_code = os.system(
"flake8 --exclude .git,.venv,__pycache__,build,dist")
if exit_code != 0:
raise errors.DistutilsError(" failed.")

Expand Down

0 comments on commit 691e33a

Please sign in to comment.