Documentation fixes

This commit is contained in:
Jürgen Edelbluth 2022-08-17 12:10:29 +02:00
parent e0733a2ce6
commit 45abe33d7f
Signed by: jed
GPG Key ID: 6DEAEDD5CDB646DF
2 changed files with 5 additions and 1 deletions

View File

@ -273,3 +273,7 @@ Please to a complete pytest run (`poetry run pytest`), and consider running it o
## License
Code is under MIT license. See `LICENSE.txt` for details.
## Where are the sources?
The source code is available under [git.codebau.dev/pytest-plugins/pytest-csv-params](https://git.codebau.dev/pytest-plugins/pytest-csv-params).

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-csv-params"
version = "0.3.1"
version = "0.3.2"
description = "Pytest plugin for Test Case Parametrization with CSV files"
authors = ["Juergen Edelbluth <csv_params@jued.de>"]
license = "MIT"