Skip to content

Commit 25ecb1b

Browse files
author
github-actions
committed
0.1.10
Automatically generated by python-semantic-release
1 parent 6ced7d3 commit 25ecb1b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.1.10 (2024-11-16)
6+
7+
### Fix
8+
9+
* **deps:** Update dependency rich to v13.9.4 ([#184](https://github.com/34j/geekbench-browser-python/issues/184)) ([`6ced7d3`](https://github.com/34j/geekbench-browser-python/commit/6ced7d33bda6b9b25f86bab2cbbeaefeab7cd0be))
10+
511
## v0.1.9 (2024-11-16)
612

713
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "geekbench-browser-python"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
description = "Simple package for getting data from browser.geekbench.com"
55
authors = ["34j <34j.95a2p@simplelogin.com>"]
66
license = "MIT"

src/geekbench_browser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.9"
1+
__version__ = "0.1.10"

0 commit comments

Comments
 (0)