Skip to content

Commit

Permalink
Fixing small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
reyemb committed Nov 10, 2023
1 parent c212ff8 commit c7f20bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions aisexplorer/AIS.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import collections
import json
import lxml.html as lh
import warnings

from requests.exceptions import ConnectionError
from aisexplorer.Exceptions import (
Expand Down
2 changes: 1 addition & 1 deletion aisexplorer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from aisexplorer import AIS, Exceptions
from aisexplorer import Proxy

__version__ = "0.2.0"
__version__ = "0.2.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "AISExplorer"
version = "0.2.0"
version = "0.2.1"
description = "Wrapper to fetch data from marinetraffic"
readme = "README.md"
homepage = "https://github.com/reyemb/AISExplorer"
Expand Down

0 comments on commit c7f20bd

Please sign in to comment.