We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff02d84 commit 4245c08Copy full SHA for 4245c08
2 files changed
inquestlabs.py
@@ -83,7 +83,7 @@
83
84
# extract version from installed package metadata
85
__application_name__ = "inquestlabs"
86
-__version__ = "1.2.2"
+__version__ = "1.2.3"
87
# __version__ = version(__application_name__)
88
__full_version__ = f"{__application_name__} {__version__}"
89
pyproject.toml
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "inquestlabs"
7
-version = "1.2.2"
+version = "1.2.3"
8
license = {file = "LICENSE"}
9
authors = [
10
{ name="InQuest", email="labs@inquest.net" },
11
]
12
description = "A Pythonic interface and CLI tool for the InQuest Labs API"
13
readme = "README.md"
14
-requires-python = ">=3.9"
+requires-python = ">=3.6"
15
16
dependencies = [
17
"attrs",
0 commit comments