Skip to content

Commit

Permalink
Merge branch 'release/0.4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
3c7 committed Nov 2, 2021
2 parents ec0951c + 0e7204f commit 2223814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common_osint_model/models/autonomous_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

class AutonomousSystem(BaseModel, ShodanDataHandler, CensysDataHandler, Logger):
"""Represents an autonomous system"""
number: int
name: str
number: Optional[int]
name: Optional[str]
country: Optional[str]
prefix: Optional[str]
source: str
Expand Down
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 = "common-osint-model"
version = "0.4.5"
version = "0.4.6"
description = "Converting data from services like BinaryEdge, Censys and Shodan to a common data model."
authors = ["3c7 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 2223814

Please sign in to comment.