File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ sphinx-autodoc-typehints
44pymavlink >= 2.4.0
55pyparsing
66colorlog
7- logging
87datetime
98asyncio
109uas-messenger >= 1.1.0
Original file line number Diff line number Diff line change 1111project = "MAVez"
1212copyright = "2025, The Pennsylvania State University Unmanned Aerial Systems Club"
1313author = "The Pennsylvania State University Unmanned Aerial Systems Club"
14- version = "3.5.0 "
14+ version = "3.5.1 "
1515
1616# -- General configuration ---------------------------------------------------
1717# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name =' MAVez'
7- version =' 3.5.0 '
7+ version =' 3.5.1 '
88description =' An intuitive MAVLink library for ArduPilot via pymavlink'
99authors =[
1010 {name =' The Pennsylvania State University Unmanned Aerial Systems Club' , email =' psuuasofficial@gmail.com' }
@@ -16,7 +16,6 @@ dependencies=[
1616 ' pyparsing>=3.2.4' ,
1717 ' colorlog>=6.9.0' ,
1818 ' datetime>=5.5' ,
19- ' logging>=0.4.9.6' ,
2019 ' uas-messenger>=1.1.0' ,
2120
2221]
You can’t perform that action at this time.
0 commit comments