Skip to content

Commit e2fb67b

Browse files
committed
feat: adds test_cli_encode.py
1 parent f07f0d4 commit e2fb67b

File tree

4 files changed

+387
-7
lines changed

4 files changed

+387
-7
lines changed

pyais/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pyais.tracker import AISTracker, AISTrack
66

77
__license__ = 'MIT'
8-
__version__ = '2.11.1'
8+
__version__ = '2.12.0'
99
__author__ = 'Leon Morten Richter'
1010

1111
__all__ = (

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,3 @@ build-backend = "setuptools.build_meta"
5656

5757
[tool.setuptools.dynamic]
5858
version = {attr = "pyais.__version__"}
59-
60-
[tool.coverage.run]
61-
omit = [
62-
"pyais/ais_decode.py",
63-
"pyais/ais_encode.py",
64-
]

0 commit comments

Comments
 (0)