Skip to content

Commit b62b4df

Browse files
committed
Release version 0.13.0
1 parent 9efb0a1 commit b62b4df

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
# built documents.
8080
#
8181
# The short X.Y version.
82-
version = "0.12"
82+
version = "0.13"
8383
# The full version, including alpha/beta/rc tags.
84-
release = "0.12.7"
84+
release = "0.13.0"
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.7',
5+
version='0.13.0',
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.7
2+
version: 0.13.0
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.7
2+
version: 0.13.0
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.7',
5+
version='0.13.0',
66
author="ParaDrop Labs",
77
description="ParaDrop development tools",
88
install_requires=[

0 commit comments

Comments
 (0)