4 lines
77 B
Python
4 lines
77 B
Python
|
#!/usr/bin/env python3
|
||
|
|
||
|
build = (0, 3, 0)
|
||
|
version = '.'.join(map(str, build))
|