6 lines
109 B
Python
6 lines
109 B
Python
|
#!/usr/bin/python3
|
||
|
""" Miniconf version file. """
|
||
|
|
||
|
# The semantic version of Miniconf.
|
||
|
__version__ = '0.1.0'
|