diff --git a/README.md b/README.md index 65fdbbd..9e98528 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![PyPI](https://img.shields.io/pypi/v/testrail-api?color=%2301a001&label=version&logo=version) [![Downloads](https://pepy.tech/badge/testrail-api)](https://github.com/tolstislon/testrail-api) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/testrail-api.svg) -![PyPI - Python Version](https://img.shields.io/badge/TestRail-6.1.0.4367-blue) +![PyPI - Python Version](https://img.shields.io/badge/TestRail-6.1.1.1021-blue) This is a Python wrapper of the TestRail API(v2) according to [the official documentation](http://docs.gurock.com/testrail-api2/start) diff --git a/testrail_api/__version__.py b/testrail_api/__version__.py index fc79df3..5dba677 100644 --- a/testrail_api/__version__.py +++ b/testrail_api/__version__.py @@ -1,4 +1,4 @@ -__version__ = '1.4.5' +__version__ = '1.4.6' __url__ = 'https://github.com/tolstislon/testrail-api' __description__ = 'Python wrapper of the TestRail API' __author__ = 'tolstislon'