mirror of
https://github.com/soimort/you-get.git
synced 2025-01-27 21:41:42 +03:00
7 lines
109 B
Python
7 lines
109 B
Python
#!/usr/bin/env python
|
|
|
|
__all__ = ['__version__', '__date__']
|
|
|
|
__version__ = '0.3.13'
|
|
__date__ = '2013-06-07'
|