We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f453f40 commit f76a6b2Copy full SHA for f76a6b2
1 file changed
pyproject.toml
@@ -4,8 +4,10 @@ build-backend = "hatchling.build"
4
5
[project]
6
name="labkey"
7
+version = "4.1.0"
8
description = "Python client API for LabKey Server"
9
dependencies = ["requests>=2.32.5"]
10
+readme = "README.md"
11
requires-python = ">=3.11"
12
license = "Apache-2.0"
13
license-files = ["LICENSE.txt"]
@@ -25,7 +27,6 @@ classifiers = [
25
27
"Programming Language :: Python :: 3.14",
26
28
"Topic :: Scientific/Engineering",
29
]
-version = "4.0.2"
30
31
[tool.hatch.build.targets.sdist]
32
only-include = ["labkey"]
0 commit comments