-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from mabrobotics/release_candidate_1.6.0
feature: candle version bump
- Loading branch information
Showing
3 changed files
with
9 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,8 +80,8 @@ def build_extension(self, ext): | |
|
||
setup( | ||
name="pyCandleMAB", | ||
version="1.5.1", | ||
author="Piotr Wasilewski", | ||
version="1.6.0", | ||
author="MAB Robotics", | ||
author_email="[email protected]", | ||
description="Python package for controlling MD80-based actuators", | ||
long_description=long_description, | ||
|
Submodule candle
updated
5 files
+2 −1 | CMakeLists.txt | |
+1 −6 | include/candle.hpp | |
+8 −18 | include/register.hpp | |
+5 −21 | src/candle.cpp | |
+109 −114 | src/register.cpp |