Skip to content

Commit c70281c

Browse files
author
p4irin
committed
Bump version 1.2.4 -> 1.3.0
1 parent 7390786 commit c70281c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![PyPI - Format](https://img.shields.io/pypi/format/c4t)
66
![PyPI - License](https://img.shields.io/pypi/l/c4t)
77
[![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)
8-
# c4t: Chrome for Testing - v1.2.4
8+
# c4t: Chrome for Testing - v1.3.0
99

1010
Install _Chrome for Testing_ assets. A flavor of Chrome, specifically for testing and a matching chromedriver. The version of assets installed are from the stable channel and currently only for _linux64_ platforms.
1111

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "c4t"
7-
version = "1.2.4"
7+
version = "1.3.0"
88
authors = [
99
{ name="p4irin", email="[email protected]" },
1010
]
@@ -69,7 +69,7 @@ where = ["src"]
6969

7070

7171
[tool.bumpver]
72-
current_version = "1.2.4"
72+
current_version = "1.3.0"
7373
version_pattern = "MAJOR.MINOR.PATCH"
7474
commit_message = "Bump version {old_version} -> {new_version}"
7575
tag_message = "{new_version}"

src/c4t/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
__author__ = 'p4irin'
3838
__email__ = '[email protected]'
39-
__version__ = '1.2.4'
39+
__version__ = '1.3.0'
4040

4141

4242
import requests

tests/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__author__ = 'p4irin'
88
__email__ = '[email protected]'
9-
__version__ = '1.2.4'
9+
__version__ = '1.3.0'
1010

1111

1212
class C4tTests(unittest.TestCase):

0 commit comments

Comments
 (0)