Files
Andrew K. Choi ddce9f5125
All checks were successful
continuous-integration/drone/push Build is passing
Major fixes and new features
2025-09-25 15:51:48 +09:00

6 lines
85 B
Python

from ._rust_notify import __version__
__all__ = ('VERSION',)
VERSION = __version__