Skip to content

Commit a38e177

Browse files
committed
Release version 0.10.3
1 parent be1df5d commit a38e177

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
# The short X.Y version.
8080
version = "0.10"
8181
# The full version, including alpha/beta/rc tags.
82-
release = "0.10.2"
82+
release = "0.10.3"
8383

8484
# The language for content autogenerated by Sphinx. Refer to documentation
8585
# for a list of supported languages.

paradrop/daemon/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="paradrop",
5-
version='0.10.2',
5+
version='0.10.3',
66
author="ParaDrop Labs",
77
description="ParaDrop wireless virtualization",
88
license="GPL",

paradrop/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: paradrop-daemon
2-
version: 0.10.2
2+
version: 0.10.3
33
summary: The ParaDrop daemon running at the extreme edge
44
description: |
55
The ParaDrop deamon manages resources in the Wi-Fi routers and provides a virtualized environment for chutes.

tools/pdtools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="pdtools",
5-
version='0.10.2',
5+
version='0.10.3',
66
author="ParaDrop Labs",
77
description="ParaDrop development tools",
88
install_requires=[

0 commit comments

Comments
 (0)