diff --git a/README.md b/README.md index 30d87dd..1babd83 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Simple JMeter performance tests API for python ![](https://raw.githubusercontent.com/eldaduzman/pymeter/main/docs/badges/pylint.svg) ![](https://raw.githubusercontent.com/eldaduzman/pymeter/main/docs/badges/mutscore.svg) [![Generic badge](https://img.shields.io/badge/python-3.8|3.9|3.10|3.11-blue.svg)](https://python.org/) - +[![Generic badge](https://img.shields.io/badge/JMeterDsl-1.0.1-blue.svg)](https://abstracta.github.io/jmeter-java-dsl/) [![Documentation Status](https://readthedocs.org/projects/pymeter/badge/?version=latest)](https://pymeter.readthedocs.io/en/latest/?badge=latest) diff --git a/pyproject.toml b/pyproject.toml index e18ea99..a44aa9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-jmeter-dsl" -version = "0.2-alpha.1" +version = "0.3-alpha.0" description = "Simple JMeter performance tests API for python" authors = ["Eldad Uzman "] license = "Apache License 2.0"