Skip to content

Commit

Permalink
Merge pull request #5 from froosty/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
froosty authored Aug 5, 2024
2 parents 2d47b5b + f4037db commit 23cdddd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiorentry/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiorentry"
version = "0.1.0"
version = "0.1.1"
description = "Asynchronous client for https://rentry.co/ (https://rentry.org/)"
authors = ["froosty <froosty.gh@gmail.com>"]
readme = "README.md"
Expand Down Expand Up @@ -60,6 +60,8 @@ include_trailing_comma=true
[tool.pytest.ini_options]
addopts = "--cov=aiorentry --cov-report html"

[tool.poetry_bumpversion.file."aiorentry/__init__.py"]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 23cdddd

Please sign in to comment.