File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v3.8.0 (2025-06-13 )
3+ ## v3.8.1 (2025-06-25 )
44
55### Updates
66
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = ''
2828# The full version, including alpha/beta/rc tags
29- release = 'v3.8.0 '
29+ release = 'v3.8.1 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pystackql"
7- version = " 3.8.0 "
7+ version = " 3.8.1 "
88description = " A Python interface for StackQL"
99readme = " README.rst"
1010authors = [
@@ -34,7 +34,7 @@ dependencies = [
3434]
3535
3636[tool .setuptools ]
37- packages = [ " pystackql " ]
37+ find- packages = { namespaces = false }
3838
3939[project .urls ]
4040Homepage = " https://github.com/stackql/pystackql"
You can’t perform that action at this time.
0 commit comments