mirror of
https://github.com/beshu-tech/deltaglider.git
synced 2026-03-27 03:21:10 +01:00
format
This commit is contained in:
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
||||
commit_id: COMMIT_ID
|
||||
__commit_id__: COMMIT_ID
|
||||
|
||||
__version__ = version = '0.1.1.post0'
|
||||
__version_tuple__ = version_tuple = (0, 1, 1, 'post0')
|
||||
__version__ = version = "0.1.3.post0"
|
||||
__version_tuple__ = version_tuple = (0, 1, 3, "post0")
|
||||
|
||||
__commit_id__ = commit_id = 'g02bce8053'
|
||||
__commit_id__ = commit_id = "gb78899907"
|
||||
|
||||
Reference in New Issue
Block a user