Skip to content

Commit

Permalink
Bump version 1.5.0 -> 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p4irin committed May 4, 2024
1 parent ac2a454 commit c0784e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion src/c4t/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

__author__ = 'p4irin'
__email__ = '139928764+p4irin@users.noreply.github.com'
__version__ = '1.5.0'
__version__ = '1.6.0'


import requests
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit c0784e9

Please sign in to comment.