mirror of
https://github.com/beetbox/beets.git
synced 2026-01-16 21:25:14 +01:00
Make it obvious when beets is installed from from a non major version. When installed locally this adds a git hash suffix and the distance to the last release. closes #4448
7 lines
293 B
Python
7 lines
293 B
Python
# This file is auto-generated during the build process.
|
|
# Do not edit this file directly.
|
|
# Placeholders are replaced during substitution.
|
|
# Run `git update-index --assume-unchanged beets/_version.py`
|
|
# to ignore local changes to this file.
|
|
__version__ = "0.0.0"
|
|
__version_tuple__ = (0, 0, 0)
|