Skip to content

Commit

Permalink
Merge pull request #47 from databendcloud/fix/release-version
Browse files Browse the repository at this point in the history
fix: version not upload
  • Loading branch information
hantmac authored Sep 4, 2023
2 parents 82674af + 1d352fc commit 7960ae2
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 7960ae2

Please sign in to comment.