Skip to content

Commit 5550919

Browse files
committed
bump version
1 parent 9dfd33c commit 5550919

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "pybpsapi"
3-
version = "1.3.3"
3+
version = "1.3.4"
44
description = "This package is a Python wrapper for the BPS API. It supports all the five endpoints of the API, and also contains a good circular-checking system."
55
author = "Raj Dave"
66
author-email = "rajdave8002@gmail.com"
7-
homepage = "https://bpsapi.rajtech.me/"
7+
homepage = "https://bpsapi.rajtech.me/docs/"
88
license = "MIT"
99
keywords = ["bpsapi", "bps", "api", "wrapper", "python", "python3"]
10-
requires-python = ">=3.6"
10+
requires-python = ">=3.10"
1111
dependencies = ["requests"]
1212
readme = "README.md"
1313

0 commit comments

Comments
 (0)