Skip to content

Commit

Permalink
Bumped version to 1.3.1.post25
Browse files Browse the repository at this point in the history
Updated vendor constant enumerations at Sat Sep 14 10:04:56 UTC 2024. The following files
have been changed: pcapkit/const/reg/apptype.py
  • Loading branch information
github-actions[bot] committed Sep 14, 2024
1 parent 7527d2f commit daf2bf6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
0
2 changes: 1 addition & 1 deletion pcapkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@
]

#: version number
__version__ = '1.3.1.post24'
__version__ = '1.3.1.post25'
3 changes: 3 additions & 0 deletions pcapkit/const/reg/apptype.py
Original file line number Diff line number Diff line change
Expand Up @@ -28459,6 +28459,9 @@ def __hash__(self) -> 'int':
#: [TCP] An application to communicate with other
hola: 'AppType' = -1, 'hola', TransportProtocol.get('tcp')

#: [TCP] Home Assistant
home_assistant: 'AppType' = -1, 'home-assistant', TransportProtocol.get('tcp')

#: [N/A] iTunes Home Sharing
home_sharing: 'AppType' = -1, 'home-sharing', TransportProtocol.get('undefined')

Expand Down

0 comments on commit daf2bf6

Please sign in to comment.