Skip to content

Commit

Permalink
Fix author and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordjabez committed Dec 13, 2023
1 parent e449cb9 commit 0b9945f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "requestium"
version = "0.1.0"
version = "0.3.0"
description = ""
authors = ["Your Name <you@example.com>"]
authors = ["Joaquin Alori <joaquin@tryolabs.com>"]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='requestium',
version='0.2.1',
version='0.3.0',
description=(
"Adds a Selenium webdriver and parsel's parser to a request's Session "
"object, and makes switching between them seamless. Handles cookie, "
Expand Down

0 comments on commit 0b9945f

Please sign in to comment.