Skip to content

Commit

Permalink
fix: version not upload
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Sep 4, 2023
1 parent 82674af commit 1d352fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include databend_py/*
2 changes: 1 addition & 1 deletion databend_py/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.7
0.4.9
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def read_version():
setup(
name='databend-py',
version=read_version(),
include_package_data=True,

description='Python driver with native interface for Databend',
long_description=long_description,
Expand Down

0 comments on commit 1d352fc

Please sign in to comment.