Skip to content

Commit

Permalink
upgrade to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectra1n committed Aug 23, 2024
1 parent 3e5b848 commit 86b6940
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
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "PyTrilium"
version = "1.2.3"
version = "1.2.4"
authors = [
{ name="perfectra1n", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion pytrilium/PyTriliumClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def make_requests_session(self) -> None:
self.session = requests.Session()

# Version here
self.session.headers.update({"User-Agent": "pytrilium/1.2.3"})
self.session.headers.update({"User-Agent": "pytrilium/1.2.4"})
#self.session.headers.update({"Content-Type": "application/json"})

# Set up retry logic
Expand Down

0 comments on commit 86b6940

Please sign in to comment.