dispatchrun / dispatch-py

Python package to develop applications with Dispatch.
https://pypi.org/project/dispatch-py/
Apache License 2.0
54 stars 3 forks source link

Make package version programmatically available #111

Open pelletier opened 6 months ago

pelletier commented 6 months ago

dispatch.__version__ should return the current package's version to make it easier to know which version of the SDK is currently installed programmatically.

chriso commented 6 months ago

For context, we had this setup initially (see 1 and 2), but it was removed in https://github.com/stealthrocket/dispatch-py/commit/42f00091ef01f32d80a8a09dded00e68236bdcc7.