From 12fba127e9c081cd6133dfde6d67312d331c59c2 Mon Sep 17 00:00:00 2001 From: Jan Giacomelli Date: Tue, 22 Dec 2020 21:16:12 +0100 Subject: [PATCH] New release --- .flake8 | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..327c496 --- /dev/null +++ b/.flake8 @@ -0,0 +1,4 @@ +[flake8] +exclude = + docs/conf.py, +max-complexity = 10 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3ae692f..f4c9552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "random_quote_generator" -version = "0.1.0" +version = "2.0.0" description = "" authors = ["Jan Giacomelli "]