Skip to content

Commit 0afe281

Browse files
committed
Release version 0.12.1
1 parent e47d37b commit 0afe281

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
# The short X.Y version.
8282
version = "0.12"
8383
# The full version, including alpha/beta/rc tags.
84-
release = "0.12.0"
84+
release = "0.12.1"
8585

8686
# The language for content autogenerated by Sphinx. Refer to documentation
8787
# 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.12.0',
5+
version='0.12.1',
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.12.0
2+
version: 0.12.1
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.

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: paradrop-agent
2-
version: 0.12.0
2+
version: 0.12.1
33
summary: Paradrop agent for managing an edge computing node
44
description: |
55
The Paradrop agent manages hardware resources for an edge computing

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.12.0',
5+
version='0.12.1',
66
author="ParaDrop Labs",
77
description="ParaDrop development tools",
88
install_requires=[

0 commit comments

Comments
 (0)