deepgram / deepgram-python-sdk

Official Python SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
171 stars 47 forks source link

Version bump automation #161

Open SandraRodgers opened 7 months ago

SandraRodgers commented 7 months ago

Proposed changes

We need the version to update automatically with the CI/CD pipeline.

Context

We want to keep the version in sync without having to manually type in the new version every time there is an update.

Possible Implementation

Possibly a github action

Other information

This may be updated in the setup.py file, or it may be updated in the entry point file (init.py)

dvonthenen commented 7 months ago

Moving this to post v3. This can be done just after the release since this doesn't affect user facing deliverables. The intent is to add in a full blown CI system using GitHub actions.