mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-31 12:00:04 -07:00
7 lines
110 B
Python
7 lines
110 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
"""
|
|
Version module
|
|
"""
|
|
# pragma: no cover
|
|
__version__ = '1.0.0'
|