Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 12, 2023
1 parent 739b123 commit 6dbbeaa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v0.1.1 (2023-02-12)
### Fix
* Remove unused console ([#3](https://github.com/34j/geekbench-browser-python/issues/3)) ([`739b123`](https://github.com/34j/geekbench-browser-python/commit/739b12395c7dc4fc05579c9f55dfd61571129ae6))

### Documentation
* Add 34j as a contributor for code ([#2](https://github.com/34j/geekbench-browser-python/issues/2)) ([`0ec4314`](https://github.com/34j/geekbench-browser-python/commit/0ec4314f8ec251546c65baa906a07e5fb84e34c1))

## v0.1.0 (2023-02-12)
### Feature
* Add main feat ([#1](https://github.com/34j/geekbench-browser-python/issues/1)) ([`a8366e0`](https://github.com/34j/geekbench-browser-python/commit/a8366e0e795c2a2241a525314c13e139113b5a90))
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.0"
version = "0.1.1"
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.0"
__version__ = "0.1.1"

0 comments on commit 6dbbeaa

Please sign in to comment.