mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-21 18:23:35 +00:00
4 lines
113 B
Python
4 lines
113 B
Python
# Make sure to update package.json, too!
|
|
version_info = (5, 4, 0)
|
|
__version__ = ".".join(map(str, version_info))
|