chdb-io / chdb

chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse
https://clickhouse.com/chdb
Apache License 2.0
2.13k stars 75 forks source link

Update Pypi __version__ #132

Closed lmangani closed 1 year ago

lmangani commented 1 year ago

The current chdb version is not reflected in the pypi package __version__ on build

>>> import chdb
>>> print(chdb.__version__)
0.6.0
>>> chdb.query("SELECT chdb()")
"0.16.0rc2"

This does not affect installation and usage, but creates a potentially confusing scenario.

auxten commented 1 year ago

Fixed in https://github.com/chdb-io/chdb/commit/6c9b2c6cd0dad0aec798363c2f7de4338d9de426