mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-07 05:31:11 -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__ = '3.1.1'
|