summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 4bc86b3..685c009 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.4.2
+current_version = 1.4.3
commit = False
tag = True
@@ -12,8 +12,6 @@ addopts =
--verbose
--tb=short
--capture=no
- # show extra test summary info as specified by chars (f)ailed, (E)error,
- # (s)skipped, (x)failed, (X)passed.
-rfEsxX
--cov=pymemcache --cov-report=xml --cov-report=term-missing
-m unit