Skip to content

Commit 1151bd2

Browse files
shancwclaude
andcommitted
chore: bump version to 1.6.2
Updates project version to 1.6.2 in pyproject.toml and package.json to reflect recent changes. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 7b4d0fb commit 1151bd2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

perplexity/server/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactjs-vite-tailwindcss-boilerplate",
33
"description": "This is a boilerplate build with Vite, React 18, TypeScript, Vitest, Testing Library, TailwindCSS 3, Eslint and Prettier.",
4-
"version": "1.6.0",
4+
"version": "1.6.2",
55
"private": true,
66
"type": "module",
77
"author": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "perplexity-api"
7-
version = "1.6.1"
7+
version = "1.6.2"
88
description = "Unofficial Python API for Perplexity.ai with account management"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)