Skip to content

Commit 9219f69

Browse files
[UPDATE] Version Bump
Changes in file docs/conf.py: * version bump to v2.0.6 Changes in file multicast/__init__.py: * version bump to v2.0.6 Changes in file setup.cfg: * version bump to v2.0.6
1 parent 393c0af commit 9219f69

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
@@ -123,7 +123,7 @@
123123
# The short X.Y version.
124124
version = "v2.0"
125125
# The full version, including alpha/beta/rc tags.
126-
release = "v2.0.5"
126+
release = "v2.0.6"
127127

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

multicast/__init__.py

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

116116
global __version__ # skipcq: PYL-W0604
117117

118-
__version__ = "2.0.5"
118+
__version__ = "2.0.6"
119119
"""The version of this program.
120120
121121
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.5
3+
version = 2.0.6
44
author = Mr. Walls
55
author_email = [email protected]
66
description = Multicast Python Module for Send/Recv Stubs.

0 commit comments

Comments
 (0)