Skip to content

Commit 8437914

Browse files
author
Anonymous Committer
committed
chore: bump version to 1.16.1
1 parent 21b5379 commit 8437914

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

justoneapi/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
__version__ = "1.16.0"
2-
1+
__version__ = "1.16.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "justoneapi"
3-
version = "1.16.0"
3+
version = "1.16.1"
44
description = "Official Python SDK for Just One API"
55
authors = [{ name="Just One API", email="support@justoneapi.com" }]
66
readme = "README.md"
77
dependencies = ["requests"]
88

99
[build-system]
1010
requires = ["setuptools>=42", "wheel"]
11-
build-backend = "setuptools.build_meta"
11+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)