Skip to content

Commit

Permalink
Use PyDSDL v1.2 (#106)
Browse files Browse the repository at this point in the history
* Use PyDSDL v1.2

OpenCyphal/pydsdl#33

* Update the regulated DSDL submodule

* Update version.py
  • Loading branch information
pavel-kirienko authored Mar 12, 2020
1 parent 132d791 commit 9910428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ package_dir=
=src
packages=find:
install_requires=
pydsdl ~= 1.1
pydsdl ~= 1.2
setuptools

zip_safe = False
Expand Down
2 changes: 1 addition & 1 deletion src/nunavut/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# This software is distributed under the terms of the MIT License.
#

__version__ = "0.2.1"
__version__ = "0.2.2"

__license__ = 'MIT'
2 changes: 1 addition & 1 deletion submodules/public_regulated_data_types

0 comments on commit 9910428

Please sign in to comment.