File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-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 = [
@@ -33,8 +33,11 @@ dependencies = [
3333 " tqdm>=4.61.0" ,
3434]
3535
36+ [tool .setuptools .packages .find ]
37+ include = [" pystackql" , " pystackql.*" ]
38+
3639[tool .setuptools ]
37- packages = [ " pystackql " ]
40+ include-package-data = true
3841
3942[project .urls ]
4043Homepage = " https://github.com/stackql/pystackql"
You can’t perform that action at this time.
0 commit comments