mirror of
https://github.com/michaelharms/comcrawl.git
synced 2021-09-27 00:43:48 +03:00
6 lines
89 B
Python
6 lines
89 B
Python
from comcrawl import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == '0.1.0'
|