getredash / redash-toolbelt

API client and utilities to manage a Redash instance
BSD 2-Clause "Simplified" License
140 stars 74 forks source link

Bump version to .6 and fix bad TOML syntax. #70

Closed susodapop closed 3 years ago

susodapop commented 3 years ago

Growing pains here 😓

I couldn't deploy the changes in #67 for two reasons:

  1. There was a doubled quotation mark in pyproject.toml
  2. Pypi doesn't allow us to overwrite a version in the index

This PR fixes the missing quotation mark and bumps the version to 0.1.6.

susodapop commented 3 years ago

This has been deployed to Pypi