opsgenie/opsgenie-python-sdk

Package should include a __version__ constant

Closed this issue · 1 comments

asqui commented

The package should include a __version__ constant, so you can easily tell which version is installed.

E.g.

>>> import opsgenie
>>> opsgenie.__version__
'0.3.1'
asqui commented

This will be addressed in the v2 SDK: https://github.com/opsgenie/opsgenie-python-sdk-v2