Skip to content

Commit 7b03ebd

Browse files
committed
Bump to 0.1.0
1 parent 6409153 commit 7b03ebd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cuckoo_time_translator/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>cuckoo_time_translator</name>
4-
<version>0.0.3</version>
4+
<version>0.1.0</version>
55
<description>This library intends to do most of the dirty work required within a device driver that emoploys one way device time translation.
66
This includes:
77
* handling the one way translator

cuckoo_time_translator_algorithms/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>cuckoo_time_translator_algorithms</name>
4-
<version>0.0.2</version>
4+
<version>0.1.0</version>
55
<description>
66
Algorithms for translating times emitted by remote (cheap) clocks into local system time.
77
The dominant application is translating hardware timestamps of a sensor into the system time of a receiving computer system.

cuckoo_time_translator_python/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>cuckoo_time_translator_python</name>
4-
<version>0.0.2</version>
4+
<version>0.1.0</version>
55
<description>Export of some of the cuckoo_time_translator_algorithms functionality to python.
66
In particular the one way translators.
77
Additionally, there is the ctt_introspect.py scipt, that can help debugging and evaluating one way translators running in a hardware driver using cuckoo_time_translator.

0 commit comments

Comments
 (0)