Skip to content

Commit 32c624c

Browse files
committed
Release version 0.10.0
1 parent 116d4da commit 32c624c

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
@@ -80,7 +80,7 @@
8080
# The short X.Y version.
8181
version = "0.10"
8282
# The full version, including alpha/beta/rc tags.
83-
release = "0.10.0-rc.1"
83+
release = "0.10.0"
8484

8585
# The language for content autogenerated by Sphinx. Refer to documentation
8686
# 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.0-rc.1',
5+
version='0.10.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.10.0-rc.1
2+
version: 0.10.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.

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

0 commit comments

Comments
 (0)