From 98baec7dd838f0d6017c31ebdf04a2268281e8e5 Mon Sep 17 00:00:00 2001 From: Eldad Uzman Date: Sat, 29 Oct 2022 16:43:57 +0300 Subject: [PATCH] bump up to 0.3 alpha --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"