Skip to content

Commit 464b7dc

Browse files
committed
updated pyproject.toml
1 parent cf5d854 commit 464b7dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v3.8.0 (2025-06-13)
3+
## v3.8.1 (2025-06-25)
44

55
### Updates
66

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = 'v3.8.0'
29+
release = 'v3.8.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pystackql"
7-
version = "3.8.0"
7+
version = "3.8.1"
88
description = "A Python interface for StackQL"
99
readme = "README.rst"
1010
authors = [
@@ -34,7 +34,7 @@ dependencies = [
3434
]
3535

3636
[tool.setuptools]
37-
packages = ["pystackql"]
37+
find-packages = {namespaces = false}
3838

3939
[project.urls]
4040
Homepage = "https://github.com/stackql/pystackql"

0 commit comments

Comments
 (0)