Skip to content

Commit 3652680

Browse files
[UPDATE] Release Candidate for Version 2.0.7
1 parent d6d44a0 commit 3652680

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
# The short X.Y version.
126126
version = "v2.0"
127127
# The full version, including alpha/beta/rc tags.
128-
release = "v2.0.6"
128+
release = "v2.0.7"
129129

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

multicast/__init__.py

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

117117
global __version__ # skipcq: PYL-W0604
118118

119-
__version__ = "2.0.6"
119+
__version__ = "2.0.7"
120120
"""The version of this program.
121121
122122
Minimal Acceptance Testing:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = multicast
3-
version = 2.0.6
3+
version = 2.0.7
44
author = Mr. Walls
55
author_email = [email protected]
66
description = Multicast Python Module for Send/Recv Stubs.

0 commit comments

Comments
 (0)