Skip to content

Commit 58ee7ec

Browse files
Michael HallikMichael Hallik
Michael Hallik
authored and
Michael Hallik
committed
Fix badge in README
1 parent d9ab4c2 commit 58ee7ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![PyPI version](https://img.shields.io/pypi/v/robotframework-xmlvalidator.svg)](https://pypi.org/project/robotframework-xmlvalidator/)
2-
[![License](https://img.shields.io/pypi/l/robotframework-xmlvalidator)](LICENSE)
2+
[![License](https://img.shields.io/pypi/l/robotframework-xmlvalidator?cacheSeconds=600)](LICENSE)
33
[![Tests](https://github.com/MichaelHallik/robotframework-xmlvalidator/actions/workflows/test.yml/badge.svg)](https://github.com/MichaelHallik/robotframework-xmlvalidator/actions/workflows/test.yml)
44

55
<details>

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# General.
22
[tool.poetry]
33
name = "robotframework-xmlvalidator"
4-
version = "1.0.0b4"
5-
description = "A Robot Framework test library for validating XML files against XSD schemas."
4+
version = "1.0.0"
5+
description = "A Robot Framework test library for validating XML files against XSD schemas"
66
authors = ["Michael Hallik <[email protected]>"]
77
license = "Apache-2.0"
88
readme = "README.md"

0 commit comments

Comments
 (0)