Skip to content

Commit

Permalink
bump: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiro committed Oct 17, 2021
1 parent a0dfaf3 commit 84a4745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autorequests/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .utilities.inspector import inspect
from .utilities.parsing import method_from_text

__version__ = "1.0.2"
__version__ = "1.1.0"
__all__ = (
"AutoRequests",
"main",
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 = "autorequests"
version = "1.0.2"
version = "1.1.0"
description = "Automatically create a simple API wrapper from request data generated by your browser."
authors = ["Hexiro"]
license = "MPL2"
Expand Down

0 comments on commit 84a4745

Please sign in to comment.