Skip to content
2 changes: 1 addition & 1 deletion databricks_cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version = '0.16.2.dev0' # NOQA
version = '0.16.2' # NOQA


def print_version_callback(ctx, param, value): # NOQA
Expand Down