From c0784e9236ccfb123e13d181cf3487f62d1308ab Mon Sep 17 00:00:00 2001 From: p4irin Date: Sat, 4 May 2024 04:41:06 +0200 Subject: [PATCH] Bump version 1.5.0 -> 1.6.0 --- README.md | 2 +- pyproject.toml | 4 ++-- src/c4t/__init__.py | 2 +- tests/tests.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3863106..7ff3352 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![PyPI - Format](https://img.shields.io/pypi/format/c4t) ![PyPI - License](https://img.shields.io/pypi/l/c4t) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) -# c4t: Chrome for Testing - v1.5.0 +# c4t: Chrome for Testing - v1.6.0 Install _Chrome for Testing_ assets. A flavor of Chrome, specifically for testing and a matching chromedriver. Currently, the version of assets installed is for _linux64_ platforms only. diff --git a/pyproject.toml b/pyproject.toml index f05d460..44a6948 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "c4t" -version = "1.5.0" +version = "1.6.0" authors = [ { name="p4irin", email="139928764+p4irin@users.noreply.github.com" }, ] @@ -69,7 +69,7 @@ where = ["src"] [tool.bumpver] -current_version = "1.5.0" +current_version = "1.6.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" tag_message = "{new_version}" diff --git a/src/c4t/__init__.py b/src/c4t/__init__.py index 75b9547..5446111 100644 --- a/src/c4t/__init__.py +++ b/src/c4t/__init__.py @@ -37,7 +37,7 @@ __author__ = 'p4irin' __email__ = '139928764+p4irin@users.noreply.github.com' -__version__ = '1.5.0' +__version__ = '1.6.0' import requests diff --git a/tests/tests.py b/tests/tests.py index e4e17f0..63f901c 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -6,7 +6,7 @@ __author__ = 'p4irin' __email__ = '139928764+p4irin@users.noreply.github.com' -__version__ = '1.5.0' +__version__ = '1.6.0' class C4tTests(unittest.TestCase):