Skip to content

Commit 665eeb4

Browse files
committed
version 2.1.0 for python
1 parent 2a01cd4 commit 665eeb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Development
158158
(venv) $ pip install -r dev_requirements.txt
159159
160160
# testing
161-
(venv) $ tox # -e py37 -e cov -e black
161+
(venv) $ pytest
162162
163163
164164
Publish

python/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = covertable
3-
version = 2.0.1
3+
version = 2.1.0
44
author = righ
55
author_email = righ.m9@gmail.com
66
url = https://github.com/walkframe/covertable/
@@ -36,5 +36,5 @@ keywords =
3636
covering-arrays
3737
pict
3838

39-
description = It makes combinations covering pairs for pairwise testing.
39+
description = A flexible pairwise tool written in Python.
4040
long_description = file: README.rst

0 commit comments

Comments
 (0)