Skip to content

Commit

Permalink
Merge pull request #3 from Notifysolutions/dev
Browse files Browse the repository at this point in the history
fix version
  • Loading branch information
h3adex authored Feb 5, 2023
2 parents 1c4de57 + 6b57aca commit 2df1c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "request_curl"
version = "0.0.1"
version = "0.0.2"
description = "A user-friendly wrapper for pycurl that simplifies HTTP requests"
authors = ["Mauritz Uphoff <mauritz.uphoff@hs-osnabrueck.de>", "Ennis Blank <Ennis.Blank@fau.de>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion request_curl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .sessions import Session
from .defaults import CHROME_UA, CHROME_HEADERS, CHROME_CIPHER_SUITE

version = "0.0.1"
version = "0.0.2"

0 comments on commit 2df1c09

Please sign in to comment.