Skip to content

Commit 2121d4e

Browse files
committed
version = "3.11.0"
1 parent d331cf2 commit 2121d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ requires = [
77

88
[project]
99
name = "pysolr"
10+
version = "3.11.0"
1011
description = "Lightweight Python client for Apache Solr"
1112
readme = "README.rst"
1213
license = { text = "BSD" }
@@ -26,7 +27,6 @@ classifiers = [
2627
"Programming Language :: Python :: 3.14",
2728
"Topic :: Internet :: WWW/HTTP :: Indexing/Search",
2829
]
29-
dynamic = [ "version" ]
3030

3131
dependencies = [ "requests>=2.32.5", "setuptools" ]
3232
optional-dependencies.solrcloud = [ "kazoo>=2.5" ]

0 commit comments

Comments
 (0)