You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
This is so that for example tarballs generated from ibis-bigquery are of the form ibis-bigquery-0.1.0+2.g1076c97.tar.gz (currently, the version format is just the version number, e.g. ibis-bigquery-0.1.0.tar.gz regardless of which specific commit the tarball is being built from)
This is so that for example tarballs generated from
ibis-bigquery
are of the formibis-bigquery-0.1.0+2.g1076c97.tar.gz
(currently, the version format is just the version number, e.g.ibis-bigquery-0.1.0.tar.gz
regardless of which specific commit the tarball is being built from)The main Ibis repo's setup.py uses
versioneer
, and we may be able to do something similar hereThe text was updated successfully, but these errors were encountered: