We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0e2c9 commit e584f4cCopy full SHA for e584f4c
3 files changed
default.nix
@@ -7,7 +7,7 @@
7
mkRosPackage rec {
8
name = "${pname}-${version}";
9
pname = "sensors-connectivity";
10
- version = "0.1.0";
+ version = "0.3.0";
11
12
src = ./.;
13
package.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<package format="2">
3
<name>sensors_connectivity</name>
4
- <version>0.1.0</version>
+ <version>0.3.0</version>
5
<description>Agent that offers data from sensors</description>
6
<author email="vadim.razorq@gmail.com">Vadim Manaenko</author>
<maintainer email="vadim.razorq@aira.life">Vadim Manaenko</maintainer>
src/stations/istation.py
@@ -4,7 +4,7 @@
import netifaces
from datetime import timedelta
-STATION_VERSION = "v0.1.0"
+STATION_VERSION = "v0.3.0"
@dataclass(frozen=True)
0 commit comments