Skip to content

Commit c6d1b53

Browse files
committed
3.0.0-rc.1
1 parent 676e27f commit c6d1b53

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

python/setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[metadata]
22
name = covertable
3-
version = 3.0.0rc0
3+
version = 3.0.0rc1
44
author = righ
55
author_email = righ.m9@gmail.com
6-
url = https://github.com/walkframe/covertable/
6+
url = https://covertable.walkframe.com
77
license = Apache Software License
88
classifier =
99
Intended Audience :: Developers
@@ -36,6 +36,6 @@ keywords =
3636
covering-arrays
3737
pict
3838

39-
description = A flexible pairwise tool written in Python.
39+
description = Powerful pairwise testing library in Python, producing covering arrays that minimize test cases while respecting constraints.
4040
long_description = file: README.rst
4141
long_description_content_type = text/x-rst

typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "covertable",
3-
"version": "3.0.0-rc.0",
4-
"description": "A flexible pairwise tool written in TypeScript",
3+
"version": "3.0.0-rc.1",
4+
"description": "Efficient TypeScript library for pairwise testing, generating minimal covering arrays with constraint support.",
55
"homepage": "https://covertable.walkframe.com",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)