Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 16, 2024
1 parent b25700c commit 3175038
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.1.9 (2024-11-16)

### Fix

* **deps:** Update dependency requests-cache to v1.2.1 ([#183](https://github.com/34j/geekbench-browser-python/issues/183)) ([`b25700c`](https://github.com/34j/geekbench-browser-python/commit/b25700cc66b7357c3dec60bc083b691b67e37dc2))

## v0.1.8 (2023-11-19)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geekbench-browser-python"
version = "0.1.8"
version = "0.1.9"
description = "Simple package for getting data from browser.geekbench.com"
authors = ["34j <34j.95a2p@simplelogin.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/geekbench_browser/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"

0 comments on commit 3175038

Please sign in to comment.